#A96461

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

Shades of Coral Tree #A96461

Tints of Coral Tree #A96461

Color information

#A96461 (or 0xA96461) is unknown color: approx Coral Tree. HEX triplet: A9, 64 and 61. RGB value is (169,100,97). Sum of RGB (Red+Green+Blue) = 169+100+97=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A96461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96461 is #569B9E. Grayscale: #787878. Windows color (decimal): -5675935 or 6382761. OLE color: 6382761.

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

Color convert

RGB16910097-
CMYK00.410.430.34
HSL2.5º29.51%52.16%-
HSV(B)2.5º42.6%66.27%-
XYZ23.0818.4113.65-
YUV120.29114.86162.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.17%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=46.17%
G=27.32%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691009700.410.430.342.529.5152.16
HexA964610292B2231e34
Octal251144141051534233664
Binary101010011100100110000101010011010111000101111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96461; }

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

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

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

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

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

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

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

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