#A96660

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

Shades of Coral Tree #A96660

Tints of Coral Tree #A96660

Color information

#A96660 (or 0xA96660) is unknown color: approx Coral Tree. HEX triplet: A9, 66 and 60. RGB value is (169,102,96). Sum of RGB (Red+Green+Blue) = 169+102+96=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A96660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96660 is #56999F. Grayscale: #797979. Windows color (decimal): -5675424 or 6317737. OLE color: 6317737.

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

Color convert

RGB16910296-
CMYK00.400.430.34
HSL4.93º29.8%51.96%-
HSV(B)4.93º43.2%66.27%-
XYZ23.2218.7813.47-
YUV121.35113.7161.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=46.05%
G=27.79%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691029600.400.430.344.9329.851.96
HexA966600282B2251e34
Octal251146140050534253664
Binary1010100111001101100000010100010101110001010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96660; }

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

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

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

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

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

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

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

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