Html Css Color HEX #AF9690 Thatch

📋 copy color: '#AF9690'

red 175 ◦ green 150 ◦ blue 144

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

Shades of Thatch #AF9690

Tints of Thatch #AF9690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 37.31%
G = 31.98%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF9690 (or 0xAF9690) is known color: Thatch. HEX triplet: AF, 96 and 90. RGB value is (175,150,144). Sum of RGB (Red+Green+Blue) = 175+150+144=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9690 is #50696F. Grayscale: #9C9C9C. Windows color (decimal): -5269872 or 9475759. OLE color: 9475759.

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

Color convert

RGB 175 150 144 -
CMYK 0 0.14 0.18 0.31
HSL 11.61º 0.16% 0.63% -
HSV(B) 11.61º 0.18% 0.69% -
XYZ 33.62 32.94 30.97 -
YUV 156.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 175 150 144 0 0.14 0.18 0.31 11.61 0.16 0.63
Hex AF 96 90 0 E 12 1F C 10 3F
Octal 257 226 220 0 16 22 37 14 20 77
Binary 10101111 10010110 10010000 0 1110 10010 11111 1100 10000 111111

Color Harmonies of #AF9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9690

Black with #AF9690

Text Example


Text Example

White with #AF9690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9690; }

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

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

background-color css

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

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

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

border-color css

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

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

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