#A96A66

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

Shades of Coral Tree #A96A66

Tints of Coral Tree #A96A66

Color information

#A96A66 (or 0xA96A66) is unknown color: approx Coral Tree. HEX triplet: A9, 6A and 66. RGB value is (169,106,102). Sum of RGB (Red+Green+Blue) = 169+106+102=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A66 is #569599. Grayscale: #7C7C7C. Windows color (decimal): -5674394 or 6711977. OLE color: 6711977.

HSL color Cylindrical-coordinate representation of color #A96A66: hue angle of 3.58º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A96A66 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB169106102-
CMYK00.370.400.34
HSL3.58º28.03%53.14%-
HSV(B)3.58º39.64%66.27%-
XYZ23.9119.715.11-
YUV124.38115.37159.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 102 (40.23% from 255) = 27.06%
R=44.83%
G=28.12%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910610200.370.400.343.5828.0353.14
HexA96A66025282241c35
Octal251152146045504243465
Binary1010100111010101100110010010110100010001010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A66; }

 p { color: rgb(169,106,102); }

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

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

 a { background-color: rgb(169,106,102); }

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

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

 span { border-color: rgb(169,106,102); }

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