#A96F64

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

Shades of Coral Tree #A96F64

Tints of Coral Tree #A96F64

Color information

#A96F64 (or 0xA96F64) is unknown color: approx Coral Tree. HEX triplet: A9, 6F and 64. RGB value is (169,111,100). Sum of RGB (Red+Green+Blue) = 169+111+100=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96F64 is #56909B. Grayscale: #7F7F7F. Windows color (decimal): -5673116 or 6582185. OLE color: 6582185.

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

Color convert

RGB169111100-
CMYK00.340.410.34
HSL9.57º28.63%52.75%-
HSV(B)9.57º40.83%66.27%-
XYZ24.3520.7214.77-
YUV127.09112.72157.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 111 (43.75% from 255) = 29.21%
BLUE value IS 100 (39.45% from 255) = 26.32%
R=44.47%
G=29.21%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911110000.340.410.349.5728.6352.75
HexA96F640222922a1d35
Octal2511571440425142123565
Binary10101001110111111001000100010101001100010101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96F64; }

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

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

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

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

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

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

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

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