Html Css Color HEX #A29290 Thatch

📋 copy color: '#A29290'

red 162 ◦ green 146 ◦ blue 144

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

Shades of Thatch #A29290

Tints of Thatch #A29290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.86%

R = 35.84%
G = 32.3%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A29290 (or 0xA29290) is known color: Thatch. HEX triplet: A2, 92 and 90. RGB value is (162,146,144). Sum of RGB (Red+Green+Blue) = 162+146+144=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 162 - color contains mainly: red. Hex color #A29290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29290 is #5D6D6F. Grayscale: #969696. Windows color (decimal): -6122864 or 9474722. OLE color: 9474722.

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

Color convert

RGB 162 146 144 -
CMYK 0 0.10 0.11 0.36
HSL 6.67º 0.09% 0.6% -
HSV(B) 6.67º 0.11% 0.64% -
XYZ 30.21 30.25 30.63 -
YUV 150.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 162 146 144 0 0.10 0.11 0.36 6.67 0.09 0.6
Hex A2 92 90 0 A B 24 7 9 3C
Octal 242 222 220 0 12 13 44 7 11 74
Binary 10100010 10010010 10010000 0 1010 1011 100100 111 1001 111100

Color Harmonies of #A29290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29290

Black with #A29290

Text Example


Text Example

White with #A29290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29290; }

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

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

background-color css

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

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

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

border-color css

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

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

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