#A96B6A

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

Shades of Coral Tree #A96B6A

Tints of Coral Tree #A96B6A

Color information

#A96B6A (or 0xA96B6A) is unknown color: approx Coral Tree. HEX triplet: A9, 6B and 6A. RGB value is (169,107,106). Sum of RGB (Red+Green+Blue) = 169+107+106=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A96B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96B6A is #569495. Grayscale: #7D7D7D. Windows color (decimal): -5674134 or 6974377. OLE color: 6974377.

HSL color Cylindrical-coordinate representation of color #A96B6A: hue angle of 0.95º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A96B6A is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB169107106-
CMYK00.370.370.34
HSL0.95º26.81%53.92%-
HSV(B)0.95º37.28%66.27%-
XYZ24.2219.9916.22-
YUV125.42117.04159.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=44.24%
G=28.01%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910710600.370.370.340.9526.8153.92
HexA96B6A025252211b36
Octal251153152045454213366
Binary10101001110101111010100100101100101100010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96B6A; }

 p { color: rgb(169,107,106); }

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

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

 a { background-color: rgb(169,107,106); }

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

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

 span { border-color: rgb(169,107,106); }

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