Color Hex Logo

#af7053 Color Hex

#AF7053
(175,112,83)
0 Favorites   0 Comments

Color spaces of #af7053

RGB 17511283
HSL0.050.370.51
HSV19°53°69°
CMYK 0.000.360.53   0.31
XYZ25.034721.326810.9806
Yxy21.32680.43660.3719
Hunter Lab46.180915.948218.2291
CIE-Lab53.305321.777526.3986

#af7053 color RGB value is (175,112,83).

#af7053 hex color red value is 175, green value is 112 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #af7053 hue: 0.05 , saturation: 0.37 and the lightness value of af7053 is 0.51.

The process color (four color CMYK) of #af7053 color hex is 0.00, 0.36, 0.53, 0.31. Web safe color of #af7053 is #996666. Color #af7053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110000 01010011
Octal 257 160 123
Decimal 175 112 83
Hex AF 70 53

RGB Percentages of Color #af7053

%47.30
%30.27
%22.43

CMYK Percentages of Color #af7053

%0
%36
%53
%31

Triadic Colors of #af7053

#af7053 #53af70 #7053af

Analogous Colors of #af7053

#af7053 #af9e53 #af5364

Monochromatic Colors of #af7053

#af7053

Complementary Color

#af7053 #5392af

#af7053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7053 Color CSS Codes

.mybgcolor {background-color:#af7053; } 
.myforecolor {color:#af7053; }
.mybordercolor {border:3px solid #af7053; }

#af7053 Text Font Color

<p style="color:#af7053">Text here</p>

This sample text font color is #af7053
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af7053 Background Color

<div style="background-color:#af7053">
Div content here</div>

This div background color is #af7053


#af7053 Border Color

<div style="border:3px solid #af7053">
Div here</div>

This div border color is #af7053


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,112,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af7053; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af7053;
  -webkit-box-shadow: 1px 1px 3px 2px #af7053;
  box-shadow:         1px 1px 3px 2px #af7053; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,112,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af7053">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af7053;
  -webkit-box-shadow: 1px 1px 3px 2px #af7053;
  box-shadow:         1px 1px 3px 2px #af7053;">
Div content here</div>

This div box has shadow with color #af7053


Comments

No comments written yet.

Please login to write comment.