Html Css Color HEX #AF9591 Thatch

📋 copy color: '#AF9591'

red 175 ◦ green 149 ◦ blue 145

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

Shades of Thatch #AF9591

Tints of Thatch #AF9591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.77%

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

R = 37.31%
G = 31.77%
B = 30.92%

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

#AF9591 (or 0xAF9591) is known color: Thatch. HEX triplet: AF, 95 and 91. RGB value is (175,149,145). Sum of RGB (Red+Green+Blue) = 175+149+145=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9591 is #506A6E. Grayscale: #9C9C9C. Windows color (decimal): -5270127 or 9541039. OLE color: 9541039.

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

Color convert

RGB 175 149 145 -
CMYK 0 0.15 0.17 0.31
HSL 0.16% 0.63% -
HSV(B) 0.17% 0.69% -
XYZ 33.54 32.65 31.32 -
YUV 156.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 175 149 145 0 0.15 0.17 0.31 8 0.16 0.63
Hex AF 95 91 0 F 11 1F 8 10 3F
Octal 257 225 221 0 17 21 37 10 20 77
Binary 10101111 10010101 10010001 0 1111 10001 11111 1000 10000 111111

Color Harmonies of #AF9591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9591

Black with #AF9591

Text Example


Text Example

White with #AF9591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9591; }

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

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

background-color css

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

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

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

border-color css

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

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

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