#A99290

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

Shades of Thatch #A99290

Tints of Thatch #A99290

Color information

#A99290 (or 0xA99290) is unknown color: approx Thatch. HEX triplet: A9, 92 and 90. RGB value is (169,146,144). Sum of RGB (Red+Green+Blue) = 169+146+144=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 169 - color contains mainly: red. Hex color #A99290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99290 is #566D6F. Grayscale: #989898. Windows color (decimal): -5664112 or 9474729. OLE color: 9474729.

HSL color Cylindrical-coordinate representation of color #A99290: hue angle of 4.8º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A99290 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB169146144-
CMYK00.140.150.34
HSL4.8º12.69%61.37%-
HSV(B)4.8º14.79%66.27%-
XYZ31.6831.0130.7-
YUV152.65123.12139.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.82%
GREEN value IS 146 (57.42% from 255) = 31.81%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=36.82%
G=31.81%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914614400.140.150.344.812.6961.37
HexA992900EF225d3d
Octal251222220016174251575
Binary1010100110010010100100000111011111000101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99290; }

 p { color: rgb(169,146,144); }

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

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

 a { background-color: rgb(169,146,144); }

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

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

 span { border-color: rgb(169,146,144); }

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