Html Css Color HEX #AF9492 Thatch

📋 copy color: '#AF9492'

red 175 ◦ green 148 ◦ blue 146

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

Shades of Thatch #AF9492

Tints of Thatch #AF9492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.56%

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

R = 37.31%
G = 31.56%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF9492 (or 0xAF9492) is known color: Thatch. HEX triplet: AF, 94 and 92. RGB value is (175,148,146). Sum of RGB (Red+Green+Blue) = 175+148+146=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9492 is #506B6D. Grayscale: #9B9B9B. Windows color (decimal): -5270382 or 9606319. OLE color: 9606319.

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

Color convert

RGB 175 148 146 -
CMYK 0 0.15 0.17 0.31
HSL 4.14º 0.15% 0.63% -
HSV(B) 4.14º 0.17% 0.69% -
XYZ 33.46 32.37 31.68 -
YUV 155.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 175 148 146 0 0.15 0.17 0.31 4.14 0.15 0.63
Hex AF 94 92 0 F 11 1F 4 F 3F
Octal 257 224 222 0 17 21 37 4 17 77
Binary 10101111 10010100 10010010 0 1111 10001 11111 100 1111 111111

Color Harmonies of #AF9492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9492

Black with #AF9492

Text Example


Text Example

White with #AF9492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9492; }

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

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

background-color css

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

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

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

border-color css

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

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

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