#A6756E

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

Shades of Coral Tree #A6756E

Tints of Coral Tree #A6756E

Color information

#A6756E (or 0xA6756E) is unknown color: approx Coral Tree. HEX triplet: A6, 75 and 6E. RGB value is (166,117,110). Sum of RGB (Red+Green+Blue) = 166+117+110=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 166 - color contains mainly: red. Hex color #A6756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6756E is #598A91. Grayscale: #828282. Windows color (decimal): -5868178 or 7239078. OLE color: 7239078.

HSL color Cylindrical-coordinate representation of color #A6756E: hue angle of 7.5º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6756E is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB166117110-
CMYK00.300.340.35
HSL7.5º23.93%54.12%-
HSV(B)7.5º33.73%65.1%-
XYZ24.921.9617.68-
YUV130.85116.23153.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.24%
GREEN value IS 117 (46.09% from 255) = 29.77%
BLUE value IS 110 (43.36% from 255) = 27.99%
R=42.24%
G=29.77%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16611711000.300.340.357.523.9354.12
HexA6756E01E222381836
Octal2461651560364243103066
Binary1010011011101011101110011110100010100011100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6756E; }

 p { color: rgb(166,117,110); }

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

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

 a { background-color: rgb(166,117,110); }

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

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

 span { border-color: rgb(166,117,110); }

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