#A27570

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

Shades of Coral Tree #A27570

Tints of Coral Tree #A27570

Color information

#A27570 (or 0xA27570) is unknown color: approx Coral Tree. HEX triplet: A2, 75 and 70. RGB value is (162,117,112). Sum of RGB (Red+Green+Blue) = 162+117+112=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 162 - color contains mainly: red. Hex color #A27570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27570 is #5D8A8F. Grayscale: #818181. Windows color (decimal): -6130320 or 7370146. OLE color: 7370146.

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

Color convert

RGB162117112-
CMYK00.280.310.36
HSL21.19%53.73%-
HSV(B)30.86%63.53%-
XYZ24.1921.5718.22-
YUV129.88117.91150.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=41.43%
G=29.92%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211711200.280.310.36621.1953.73
HexA2757001C1F2461536
Octal242165160034374462566
Binary10100010111010111100000111001111110010011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27570; }

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

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

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

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

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

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

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

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