Html Css Color HEX #A29490 Thatch

📋 copy color: '#A29490'

red 162 ◦ green 148 ◦ blue 144

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

Shades of Thatch #A29490

Tints of Thatch #A29490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.6%

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

R = 35.68%
G = 32.6%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A29490 (or 0xA29490) is known color: Thatch. HEX triplet: A2, 94 and 90. RGB value is (162,148,144). Sum of RGB (Red+Green+Blue) = 162+148+144=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 162 - color contains mainly: red. Hex color #A29490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29490 is #5D6B6F. Grayscale: #979797. Windows color (decimal): -6122352 or 9475234. OLE color: 9475234.

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

Color convert

RGB 162 148 144 -
CMYK 0 0.09 0.11 0.36
HSL 13.33º 0.09% 0.6% -
HSV(B) 13.33º 0.11% 0.64% -
XYZ 30.52 30.87 30.74 -
YUV 151.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 162 148 144 0 0.09 0.11 0.36 13.33 0.09 0.6
Hex A2 94 90 0 9 B 24 D 9 3C
Octal 242 224 220 0 11 13 44 15 11 74
Binary 10100010 10010100 10010000 0 1001 1011 100100 1101 1001 111100

Color Harmonies of #A29490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29490

Black with #A29490

Text Example


Text Example

White with #A29490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29490; }

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

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

background-color css

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

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

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

border-color css

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

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

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