#A96666

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

Shades of Coral Tree #A96666

Tints of Coral Tree #A96666

Color information

#A96666 (or 0xA96666) is unknown color: approx Coral Tree. HEX triplet: A9, 66 and 66. RGB value is (169,102,102). Sum of RGB (Red+Green+Blue) = 169+102+102=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A96666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96666 is #569999. Grayscale: #7A7A7A. Windows color (decimal): -5675418 or 6710953. OLE color: 6710953.

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

Color convert

RGB169102102-
CMYK00.400.400.34
HSL28.03%53.14%-
HSV(B)39.64%66.27%-
XYZ23.5118.914.98-
YUV122.03116.7161.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=45.31%
G=27.35%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910210200.400.400.34028.0353.14
HexA96666028282201c35
Octal251146146050504203465
Binary10101001110011011001100101000101000100010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96666; }

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

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

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

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

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

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

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

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