#A27472

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

Shades of Coral Tree #A27472

Tints of Coral Tree #A27472

Color information

#A27472 (or 0xA27472) is unknown color: approx Coral Tree. HEX triplet: A2, 74 and 72. RGB value is (162,116,114). Sum of RGB (Red+Green+Blue) = 162+116+114=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 116 (45.70% from 255 or 29.59% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A27472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27472 is #5D8B8D. Grayscale: #818181. Windows color (decimal): -6130574 or 7500962. OLE color: 7500962.

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

Color convert

RGB162116114-
CMYK00.280.300.36
HSL2.5º20.51%54.12%-
HSV(B)2.5º29.63%63.53%-
XYZ24.1821.3918.77-
YUV129.53119.24151.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 116 (45.70% from 255) = 29.59%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=41.33%
G=29.59%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16211611400.280.300.362.520.5154.12
HexA2747201C1E2431536
Octal242164162034364432566
Binary1010001011101001110010011100111101001001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27472; }

 p { color: rgb(162,116,114); }

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

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

 a { background-color: rgb(162,116,114); }

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

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

 span { border-color: rgb(162,116,114); }

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