#A96960

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

Shades of Coral Tree #A96960

Tints of Coral Tree #A96960

Color information

#A96960 (or 0xA96960) is unknown color: approx Coral Tree. HEX triplet: A9, 69 and 60. RGB value is (169,105,96). Sum of RGB (Red+Green+Blue) = 169+105+96=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A96960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96960 is #56969F. Grayscale: #7B7B7B. Windows color (decimal): -5674656 or 6318505. OLE color: 6318505.

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

Color convert

RGB16910596-
CMYK00.380.430.34
HSL7.4º29.8%51.96%-
HSV(B)7.4º43.2%66.27%-
XYZ23.5319.3813.57-
YUV123.11112.7160.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=45.68%
G=28.38%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691059600.380.430.347.429.851.96
HexA969600262B2271e34
Octal251151140046534273664
Binary1010100111010011100000010011010101110001011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96960; }

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

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

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

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

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

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

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

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