#A96662

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

Shades of Coral Tree #A96662

Tints of Coral Tree #A96662

Color information

#A96662 (or 0xA96662) is unknown color: approx Coral Tree. HEX triplet: A9, 66 and 62. RGB value is (169,102,98). Sum of RGB (Red+Green+Blue) = 169+102+98=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A96662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96662 is #56999D. Grayscale: #797979. Windows color (decimal): -5675422 or 6448809. OLE color: 6448809.

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

Color convert

RGB16910298-
CMYK00.400.420.34
HSL3.38º29.22%52.35%-
HSV(B)3.38º42.01%66.27%-
XYZ23.3218.8213.96-
YUV121.58114.7161.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.80%
GREEN value IS 102 (40.23% from 255) = 27.64%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=45.80%
G=27.64%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691029800.400.420.343.3829.2252.35
HexA966620282A2231d34
Octal251146142050524233564
Binary101010011100110110001001010001010101000101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96662; }

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

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

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

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

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

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

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

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