#A96766

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

Shades of Coral Tree #A96766

Tints of Coral Tree #A96766

Color information

#A96766 (or 0xA96766) is unknown color: approx Coral Tree. HEX triplet: A9, 67 and 66. RGB value is (169,103,102). Sum of RGB (Red+Green+Blue) = 169+103+102=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A96766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96766 is #569899. Grayscale: #7A7A7A. Windows color (decimal): -5675162 or 6711209. OLE color: 6711209.

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

Color convert

RGB169103102-
CMYK00.390.400.34
HSL0.9º28.03%53.14%-
HSV(B)0.9º39.64%66.27%-
XYZ23.6119.0915.01-
YUV122.62116.37161.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=45.19%
G=27.54%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910310200.390.400.340.928.0353.14
HexA96766027282211c35
Octal251147146047504213465
Binary10101001110011111001100100111101000100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96766; }

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

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

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

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

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

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

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

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