#A2756E

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

Shades of Coral Tree #A2756E

Tints of Coral Tree #A2756E

Color information

#A2756E (or 0xA2756E) is unknown color: approx Coral Tree. HEX triplet: A2, 75 and 6E. RGB value is (162,117,110). Sum of RGB (Red+Green+Blue) = 162+117+110=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A2756E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2756E is #5D8A91. Grayscale: #818181. Windows color (decimal): -6130322 or 7239074. OLE color: 7239074.

HSL color Cylindrical-coordinate representation of color #A2756E: hue angle of 8.08º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2756E is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB162117110-
CMYK00.280.320.36
HSL8.08º21.85%53.33%-
HSV(B)8.08º32.1%63.53%-
XYZ24.0821.5317.64-
YUV129.66116.91151.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=41.65%
G=30.08%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211711000.280.320.368.0821.8553.33
HexA2756E01C202481635
Octal2421651560344044102665
Binary1010001011101011101110011100100000100100100010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2756E; }

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

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

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

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

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

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

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

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