Html Css Color HEX #AF9491 Thatch

📋 copy color: '#AF9491'

red 175 ◦ green 148 ◦ blue 145

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

Shades of Thatch #AF9491

Tints of Thatch #AF9491

RGB

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

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

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

R = 37.39%
G = 31.62%
B = 30.98%

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

#AF9491 (or 0xAF9491) is known color: Thatch. HEX triplet: AF, 94 and 91. RGB value is (175,148,145). Sum of RGB (Red+Green+Blue) = 175+148+145=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9491 is #506B6E. Grayscale: #9B9B9B. Windows color (decimal): -5270383 or 9540783. OLE color: 9540783.

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

Color convert

RGB 175 148 145 -
CMYK 0 0.15 0.17 0.31
HSL 0.16% 0.63% -
HSV(B) 0.17% 0.69% -
XYZ 33.38 32.34 31.27 -
YUV 155.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 175 148 145 0 0.15 0.17 0.31 6 0.16 0.63
Hex AF 94 91 0 F 11 1F 6 10 3F
Octal 257 224 221 0 17 21 37 6 20 77
Binary 10101111 10010100 10010001 0 1111 10001 11111 110 10000 111111

Color Harmonies of #AF9491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9491

Black with #AF9491

Text Example


Text Example

White with #AF9491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9491; }

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

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

background-color css

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

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

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

border-color css

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

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

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