#A96F6A

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

Shades of Coral Tree #A96F6A

Tints of Coral Tree #A96F6A

Color information

#A96F6A (or 0xA96F6A) is unknown color: approx Coral Tree. HEX triplet: A9, 6F and 6A. RGB value is (169,111,106). Sum of RGB (Red+Green+Blue) = 169+111+106=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A96F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96F6A is #569095. Grayscale: #7F7F7F. Windows color (decimal): -5673110 or 6975401. OLE color: 6975401.

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

Color convert

RGB169111106-
CMYK00.340.370.34
HSL4.76º26.81%53.92%-
HSV(B)4.76º37.28%66.27%-
XYZ24.6520.8416.36-
YUV127.77115.72157.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.78%
GREEN value IS 111 (43.75% from 255) = 28.76%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=43.78%
G=28.76%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911110600.340.370.344.7626.8153.92
HexA96F6A022252251b36
Octal251157152042454253366
Binary1010100111011111101010010001010010110001010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96F6A; }

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

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

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

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

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

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

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

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