Color Hex Logo

#af9692 Color Hex

#AF9692
(175,150,146)
0 Favorites   0 Comments

Color spaces of #af9692

RGB 175150146
HSL0.020.150.63
HSV17°69°
CMYK 0.000.140.17   0.31
XYZ33.773833.002031.7841
Yxy33.00200.34270.3348
Hunter Lab57.44744.40887.4096
CIE-Lab64.16258.61915.5391

#af9692 color RGB value is (175,150,146).

#af9692 hex color red value is 175, green value is 150 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #af9692 hue: 0.02 , saturation: 0.15 and the lightness value of af9692 is 0.63.

The process color (four color CMYK) of #af9692 color hex is 0.00, 0.14, 0.17, 0.31. Web safe color of #af9692 is #999999. Color #af9692 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010110 10010010
Octal 257 226 222
Decimal 175 150 146
Hex AF 96 92

RGB Percentages of Color #af9692

%37.15
%31.85
%31.00

CMYK Percentages of Color #af9692

%0
%14
%17
%31

Triadic Colors of #af9692

#af9692 #92af96 #9692af

Analogous Colors of #af9692

#af9692 #afa592 #af929d

Monochromatic Colors of #af9692

#af9692

Complementary Color

#af9692 #92abaf

#af9692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9692 Color CSS Codes

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

#af9692 Text Font Color

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

This sample text font color is #af9692
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.


#af9692 Background Color

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

This div background color is #af9692


#af9692 Border Color

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

This div border color is #af9692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9692


Comments

No comments written yet.

Please login to write comment.