Html Css Color HEX #A59996 Thatch

📋 copy color: '#A59996'

red 165 ◦ green 153 ◦ blue 150

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

Shades of Thatch #A59996

Tints of Thatch #A59996

RGB

 RED value IS 165 (64.84% from 255) = 35.26%

 GREEN value IS 153 (60.16% from 255) = 32.69%

 BLUE value IS 150 (58.98% from 255) = 32.05%

R = 35.26%
G = 32.69%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A59996 (or 0xA59996) is known color: Thatch. HEX triplet: A5, 99 and 96. RGB value is (165,153,150). Sum of RGB (Red+Green+Blue) = 165+153+150=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A59996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59996 is #5A6669. Grayscale: #9C9C9C. Windows color (decimal): -5924458 or 9869733. OLE color: 9869733.

HSL color Cylindrical-coordinate representation of color #A59996: hue angle of 12º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A59996 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 153 150 -
CMYK 0 0.07 0.09 0.35
HSL 12º 0.08% 0.62% -
HSV(B) 12º 0.09% 0.65% -
XYZ 32.41 32.98 33.51 -
YUV 156.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 165 153 150 0 0.07 0.09 0.35 12 0.08 0.62
Hex A5 99 96 0 7 9 23 C 8 3E
Octal 245 231 226 0 7 11 43 14 10 76
Binary 10100101 10011001 10010110 0 111 1001 100011 1100 1000 111110

Color Harmonies of #A59996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59996

Black with #A59996

Text Example


Text Example

White with #A59996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59996; }

 p { color: rgb(165,153,150); }

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

background-color css

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

 a { background-color: rgb(165,153,150); }

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

border-color css

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

 span { border-color: rgb(165,153,150); }

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