Html Css Color HEX #AF9692 Thatch

📋 copy color: '#AF9692'

red 175 ◦ green 150 ◦ blue 146

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

Shades of Thatch #AF9692

Tints of Thatch #AF9692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31%

R = 37.15%
G = 31.85%
B = 31%

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

#AF9692 (or 0xAF9692) is known color: Thatch. HEX triplet: AF, 96 and 92. RGB value is (175,150,146). Sum of RGB (Red+Green+Blue) = 175+150+146=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9692 is #50696D. Grayscale: #9D9D9D. Windows color (decimal): -5269870 or 9606831. OLE color: 9606831.

HSL color Cylindrical-coordinate representation of color #AF9692: hue angle of 8.28º degrees, saturation: 0.15, 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 #AF9692 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 150 146 -
CMYK 0 0.14 0.17 0.31
HSL 8.28º 0.15% 0.63% -
HSV(B) 8.28º 0.17% 0.69% -
XYZ 33.77 33 31.78 -
YUV 157.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 175 150 146 0 0.14 0.17 0.31 8.28 0.15 0.63
Hex AF 96 92 0 E 11 1F 8 F 3F
Octal 257 226 222 0 16 21 37 10 17 77
Binary 10101111 10010110 10010010 0 1110 10001 11111 1000 1111 111111

Color Harmonies of #AF9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9692

Black with #AF9692

Text Example


Text Example

White with #AF9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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