#A96664

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

Shades of Coral Tree #A96664

Tints of Coral Tree #A96664

Color information

#A96664 (or 0xA96664) is unknown color: approx Coral Tree. HEX triplet: A9, 66 and 64. RGB value is (169,102,100). Sum of RGB (Red+Green+Blue) = 169+102+100=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A96664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96664 is #56999B. Grayscale: #797979. Windows color (decimal): -5675420 or 6579881. OLE color: 6579881.

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

Color convert

RGB169102100-
CMYK00.400.410.34
HSL1.74º28.63%52.75%-
HSV(B)1.74º40.83%66.27%-
XYZ23.4118.8614.46-
YUV121.8115.7161.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 100 (39.45% from 255) = 26.95%
R=45.55%
G=27.49%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910210000.400.410.341.7428.6352.75
HexA96664028292221d35
Octal251146144050514223565
Binary101010011100110110010001010001010011000101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96664; }

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

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

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

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

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

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

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

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