Html Css Color HEX #AF9691 Thatch

📋 copy color: '#AF9691'

red 175 ◦ green 150 ◦ blue 145

#AF9691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch #AF9691

Tints of Thatch #AF9691

RGB

 RED value IS 175 (68.75% from 255) = 37.23%

 GREEN value IS 150 (58.98% from 255) = 31.91%

 BLUE value IS 145 (57.03% from 255) = 30.85%

R = 37.23%
G = 31.91%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF9691 (or 0xAF9691) is known color: Thatch. HEX triplet: AF, 96 and 91. RGB value is (175,150,145). Sum of RGB (Red+Green+Blue) = 175+150+145=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9691 is #50696E. Grayscale: #9C9C9C. Windows color (decimal): -5269871 or 9541295. OLE color: 9541295.

HSL color Cylindrical-coordinate representation of color #AF9691: hue angle of 10º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AF9691 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 150 145 -
CMYK 0 0.14 0.17 0.31
HSL 10º 0.16% 0.63% -
HSV(B) 10º 0.17% 0.69% -
XYZ 33.7 32.97 31.38 -
YUV 156.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 175 150 145 0 0.14 0.17 0.31 10 0.16 0.63
Hex AF 96 91 0 E 11 1F A 10 3F
Octal 257 226 221 0 16 21 37 12 20 77
Binary 10101111 10010110 10010001 0 1110 10001 11111 1010 10000 111111

Color Harmonies of #AF9691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9691

Black with #AF9691

Text Example


Text Example

White with #AF9691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9691; }

 p { color: rgb(175,150,145); }

 H1.HeaderClassName
 {
   color: #AF9691;
 }
 .AnyTagClassName
 {
   color: #AF9691;
 }
</style>

background-color css

<style>
 a { background-color: #AF9691; }

 a { background-color: rgb(175,150,145); }

 div.DivClassName
 {
   background-color: #AF9691;
 }
 .BgClassName
 {
   background-color: #AF9691;
 }
</style>

border-color css

<style>
 span { border-color: #AF9691; }

 span { border-color: rgb(175,150,145); }

 td.TdClassName
 {
   border-color: #AF9691;
 }
 .TagClassName
 {
   border-color: #AF9691;
 }
</style>