Html Css Color HEX #A29591 Thatch

📋 copy color: '#A29591'

red 162 ◦ green 149 ◦ blue 145

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

Shades of Thatch #A29591

Tints of Thatch #A29591

RGB

 RED value IS 162 (63.67% from 255) = 35.53%

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

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

R = 35.53%
G = 32.68%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A29591 (or 0xA29591) is known color: Thatch. HEX triplet: A2, 95 and 91. RGB value is (162,149,145). Sum of RGB (Red+Green+Blue) = 162+149+145=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 162 - color contains mainly: red. Hex color #A29591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29591 is #5D6A6E. Grayscale: #989898. Windows color (decimal): -6122095 or 9541026. OLE color: 9541026.

HSL color Cylindrical-coordinate representation of color #A29591: hue angle of 14.12º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A29591 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 149 145 -
CMYK 0 0.08 0.10 0.36
HSL 14.12º 0.08% 0.6% -
HSV(B) 14.12º 0.1% 0.64% -
XYZ 30.76 31.22 31.19 -
YUV 152.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 162 149 145 0 0.08 0.10 0.36 14.12 0.08 0.6
Hex A2 95 91 0 8 A 24 E 8 3C
Octal 242 225 221 0 10 12 44 16 10 74
Binary 10100010 10010101 10010001 0 1000 1010 100100 1110 1000 111100

Color Harmonies of #A29591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29591

Black with #A29591

Text Example


Text Example

White with #A29591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29591; }

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

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

background-color css

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

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

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

border-color css

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

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

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