Html Css Color HEX #A29592 Thatch

📋 copy color: '#A29592'

red 162 ◦ green 149 ◦ blue 146

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

Shades of Thatch #A29592

Tints of Thatch #A29592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.95%

R = 35.45%
G = 32.6%
B = 31.95%

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

#A29592 (or 0xA29592) is known color: Thatch. HEX triplet: A2, 95 and 92. RGB value is (162,149,146). Sum of RGB (Red+Green+Blue) = 162+149+146=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 162 - color contains mainly: red. Hex color #A29592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29592 is #5D6A6D. Grayscale: #989898. Windows color (decimal): -6122094 or 9606562. OLE color: 9606562.

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

Color convert

RGB 162 149 146 -
CMYK 0 0.08 0.10 0.36
HSL 11.25º 0.08% 0.6% -
HSV(B) 11.25º 0.1% 0.64% -
XYZ 30.84 31.25 31.6 -
YUV 152.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 162 149 146 0 0.08 0.10 0.36 11.25 0.08 0.6
Hex A2 95 92 0 8 A 24 B 8 3C
Octal 242 225 222 0 10 12 44 13 10 74
Binary 10100010 10010101 10010010 0 1000 1010 100100 1011 1000 111100

Color Harmonies of #A29592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29592

Black with #A29592

Text Example


Text Example

White with #A29592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29592; }

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

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

background-color css

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

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

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

border-color css

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

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

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