#A27571

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

Shades of Coral Tree #A27571

Tints of Coral Tree #A27571

Color information

#A27571 (or 0xA27571) is unknown color: approx Coral Tree. HEX triplet: A2, 75 and 71. RGB value is (162,117,113). Sum of RGB (Red+Green+Blue) = 162+117+113=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A27571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27571 is #5D8A8E. Grayscale: #828282. Windows color (decimal): -6130319 or 7435682. OLE color: 7435682.

HSL color Cylindrical-coordinate representation of color #A27571: hue angle of 4.9º 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 #A27571 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB162117113-
CMYK00.280.300.36
HSL4.9º20.85%53.92%-
HSV(B)4.9º30.25%63.53%-
XYZ24.2421.618.51-
YUV130118.41150.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=41.33%
G=29.85%
B=28.83%

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
Decimal16211711300.280.300.364.920.8553.92
HexA2757101C1E2451536
Octal242165161034364452566
Binary10100010111010111100010111001111010010010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27571; }

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

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

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

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

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

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

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

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