Html Css Color HEX #A29291 Thatch

📋 copy color: '#A29291'

red 162 ◦ green 146 ◦ blue 145

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

Shades of Thatch #A29291

Tints of Thatch #A29291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.23%

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

R = 35.76%
G = 32.23%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A29291 (or 0xA29291) is known color: Thatch. HEX triplet: A2, 92 and 91. RGB value is (162,146,145). Sum of RGB (Red+Green+Blue) = 162+146+145=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 145 (57.03% from 255 or 32.01% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A29291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29291 is #5D6D6E. Grayscale: #969696. Windows color (decimal): -6122863 or 9540258. OLE color: 9540258.

HSL color Cylindrical-coordinate representation of color #A29291: hue angle of 3.53º 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 #A29291 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 146 145 -
CMYK 0 0.10 0.10 0.36
HSL 3.53º 0.08% 0.6% -
HSV(B) 3.53º 0.1% 0.64% -
XYZ 30.29 30.28 31.04 -
YUV 150.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 162 146 145 0 0.10 0.10 0.36 3.53 0.08 0.6
Hex A2 92 91 0 A A 24 4 8 3C
Octal 242 222 221 0 12 12 44 4 10 74
Binary 10100010 10010010 10010001 0 1010 1010 100100 100 1000 111100

Color Harmonies of #A29291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29291

Black with #A29291

Text Example


Text Example

White with #A29291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29291; }

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

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

background-color css

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

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

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

border-color css

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

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

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