Html Css Color HEX #A29390 Thatch

📋 copy color: '#A29390'

red 162 ◦ green 147 ◦ blue 144

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

Shades of Thatch #A29390

Tints of Thatch #A29390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.45%

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

R = 35.76%
G = 32.45%
B = 31.79%

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

#A29390 (or 0xA29390) is known color: Thatch. HEX triplet: A2, 93 and 90. RGB value is (162,147,144). Sum of RGB (Red+Green+Blue) = 162+147+144=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A29390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29390 is #5D6C6F. Grayscale: #979797. Windows color (decimal): -6122608 or 9474978. OLE color: 9474978.

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

Color convert

RGB 162 147 144 -
CMYK 0 0.09 0.11 0.36
HSL 10º 0.09% 0.6% -
HSV(B) 10º 0.11% 0.64% -
XYZ 30.37 30.56 30.68 -
YUV 151.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 162 147 144 0 0.09 0.11 0.36 10 0.09 0.6
Hex A2 93 90 0 9 B 24 A 9 3C
Octal 242 223 220 0 11 13 44 12 11 74
Binary 10100010 10010011 10010000 0 1001 1011 100100 1010 1001 111100

Color Harmonies of #A29390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29390

Black with #A29390

Text Example


Text Example

White with #A29390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29390; }

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

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

background-color css

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

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

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

border-color css

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

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

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