#A59692

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

Shades of Thatch #A59692

Tints of Thatch #A59692

Color information

#A59692 (or 0xA59692) is unknown color: approx Thatch. HEX triplet: A5, 96 and 92. RGB value is (165,150,146). Sum of RGB (Red+Green+Blue) = 165+150+146=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 165 - color contains mainly: red. Hex color #A59692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59692 is #5A696D. Grayscale: #9A9A9A. Windows color (decimal): -5925230 or 9606821. OLE color: 9606821.

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

Color convert

RGB165150146-
CMYK00.090.120.35
HSL12.63º9.55%60.98%-
HSV(B)12.63º11.52%64.71%-
XYZ31.6131.8931.68-
YUV154.03123.47135.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.79%
GREEN value IS 150 (58.98% from 255) = 32.54%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=35.79%
G=32.54%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515014600.090.120.3512.639.5560.98
HexA5969209C23da3d
Octal2452262220111443151275
Binary10100101100101101001001001001110010001111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59692; }

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

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

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

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

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

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

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

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