#A96867

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

Shades of Coral Tree #A96867

Tints of Coral Tree #A96867

Color information

#A96867 (or 0xA96867) is unknown color: approx Coral Tree. HEX triplet: A9, 68 and 67. RGB value is (169,104,103). Sum of RGB (Red+Green+Blue) = 169+104+103=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 103 (40.62% from 255 or 27.39% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A96867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96867 is #569798. Grayscale: #7B7B7B. Windows color (decimal): -5674905 or 6777001. OLE color: 6777001.

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

Color convert

RGB169104103-
CMYK00.380.390.34
HSL0.91º27.73%53.33%-
HSV(B)0.91º39.05%66.27%-
XYZ23.7619.3115.31-
YUV123.32116.53160.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.95%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 103 (40.62% from 255) = 27.39%
R=44.95%
G=27.66%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910410300.380.390.340.9127.7353.33
HexA96867026272211c35
Octal251150147046474213465
Binary10101001110100011001110100110100111100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96867; }

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

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

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

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

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

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

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

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