#A57572

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

Shades of Coral Tree #A57572

Tints of Coral Tree #A57572

Color information

#A57572 (or 0xA57572) is unknown color: approx Coral Tree. HEX triplet: A5, 75 and 72. RGB value is (165,117,114). Sum of RGB (Red+Green+Blue) = 165+117+114=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A57572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57572 is #5A8A8D. Grayscale: #838383. Windows color (decimal): -5933710 or 7501221. OLE color: 7501221.

HSL color Cylindrical-coordinate representation of color #A57572: hue angle of 3.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A57572 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB165117114-
CMYK00.290.310.35
HSL3.53º22.08%54.71%-
HSV(B)3.53º30.91%64.71%-
XYZ24.9221.9418.84-
YUV131.01118.4152.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=41.67%
G=29.55%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511711400.290.310.353.5322.0854.71
HexA5757201D1F2341637
Octal245165162035374342667
Binary10100101111010111100100111011111110001110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57572; }

 p { color: rgb(165,117,114); }

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

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

 a { background-color: rgb(165,117,114); }

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

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

 span { border-color: rgb(165,117,114); }

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