#A96E67

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

Shades of Coral Tree #A96E67

Tints of Coral Tree #A96E67

Color information

#A96E67 (or 0xA96E67) is unknown color: approx Coral Tree. HEX triplet: A9, 6E and 67. RGB value is (169,110,103). Sum of RGB (Red+Green+Blue) = 169+110+103=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E67 is #569198. Grayscale: #7E7E7E. Windows color (decimal): -5673369 or 6778537. OLE color: 6778537.

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

Color convert

RGB169110103-
CMYK00.350.390.34
HSL6.36º27.73%53.33%-
HSV(B)6.36º39.05%66.27%-
XYZ24.3920.5715.52-
YUV126.84114.55158.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 103 (40.62% from 255) = 26.96%
R=44.24%
G=28.80%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911010300.350.390.346.3627.7353.33
HexA96E67023272261c35
Octal251156147043474263465
Binary1010100111011101100111010001110011110001011011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E67; }

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

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

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

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

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

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

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

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