#A96764

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

Shades of Coral Tree #A96764

Tints of Coral Tree #A96764

Color information

#A96764 (or 0xA96764) is unknown color: approx Coral Tree. HEX triplet: A9, 67 and 64. RGB value is (169,103,100). Sum of RGB (Red+Green+Blue) = 169+103+100=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A96764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96764 is #56989B. Grayscale: #7A7A7A. Windows color (decimal): -5675164 or 6580137. OLE color: 6580137.

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

Color convert

RGB169103100-
CMYK00.390.410.34
HSL2.61º28.63%52.75%-
HSV(B)2.61º40.83%66.27%-
XYZ23.5119.0614.5-
YUV122.39115.37161.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=45.43%
G=27.69%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910310000.390.410.342.6128.6352.75
HexA96764027292231d35
Octal251147144047514233565
Binary101010011100111110010001001111010011000101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96764; }

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

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

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

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

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

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

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

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