#A29592

Color #A29592 Thatch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thatch #A29592

Tints of Thatch #A29592

Color information

#A29592 (or 0xA29592) is unknown color: approx 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

RGB162149146-
CMYK00.080.100.36
HSL11.25º7.92%60.39%-
HSV(B)11.25º9.88%63.53%-
XYZ30.8431.2531.6-
YUV152.54124.31134.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 149 (58.59% from 255) = 32.60%
BLUE value IS 146 (57.42% from 255) = 31.95%
R=35.45%
G=32.60%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214914600.080.100.3611.257.9260.39
HexA2959208A24b83c
Octal2422252220101244131074
Binary10100010100101011001001001000101010010010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>