#A59492

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

Shades of Thatch #A59492

Tints of Thatch #A59492

Color information

#A59492 (or 0xA59492) is unknown color: approx Thatch. HEX triplet: A5, 94 and 92. RGB value is (165,148,146). Sum of RGB (Red+Green+Blue) = 165+148+146=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 165 - color contains mainly: red. Hex color #A59492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59492 is #5A6B6D. Grayscale: #989898. Windows color (decimal): -5925742 or 9606309. OLE color: 9606309.

HSL color Cylindrical-coordinate representation of color #A59492: hue angle of 6.32º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A59492 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB165148146-
CMYK00.100.120.35
HSL6.32º9.55%60.98%-
HSV(B)6.32º11.52%64.71%-
XYZ31.331.2531.58-
YUV152.85124.13136.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 148 (58.20% from 255) = 32.24%
BLUE value IS 146 (57.42% from 255) = 31.81%
R=35.95%
G=32.24%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514814600.100.120.356.329.5560.98
HexA594920AC236a3d
Octal245224222012144361275
Binary1010010110010100100100100101011001000111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59492; }

 p { color: rgb(165,148,146); }

 H1.HeaderClassName
 {
   color: #A59492;
 }
 .AnyTagClassName
 {
   color: #A59492;
 }
</style>
background-color css

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

 a { background-color: rgb(165,148,146); }

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

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

 span { border-color: rgb(165,148,146); }

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