#A96962

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

Shades of Coral Tree #A96962

Tints of Coral Tree #A96962

Color information

#A96962 (or 0xA96962) is unknown color: approx Coral Tree. HEX triplet: A9, 69 and 62. RGB value is (169,105,98). Sum of RGB (Red+Green+Blue) = 169+105+98=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A96962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96962 is #56969D. Grayscale: #7B7B7B. Windows color (decimal): -5674654 or 6449577. OLE color: 6449577.

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

Color convert

RGB16910598-
CMYK00.380.420.34
HSL5.92º29.22%52.35%-
HSV(B)5.92º42.01%66.27%-
XYZ23.6219.4214.06-
YUV123.34113.7160.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=45.43%
G=28.23%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691059800.380.420.345.9229.2252.35
HexA969620262A2261d34
Octal251151142046524263564
Binary1010100111010011100010010011010101010001011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96962; }

 p { color: rgb(169,105,98); }

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

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

 a { background-color: rgb(169,105,98); }

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

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

 span { border-color: rgb(169,105,98); }

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