#A37572

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

Shades of Coral Tree #A37572

Tints of Coral Tree #A37572

Color information

#A37572 (or 0xA37572) is unknown color: approx Coral Tree. HEX triplet: A3, 75 and 72. RGB value is (163,117,114). Sum of RGB (Red+Green+Blue) = 163+117+114=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 163 - color contains mainly: red. Hex color #A37572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37572 is #5C8A8D. Grayscale: #828282. Windows color (decimal): -6064782 or 7501219. OLE color: 7501219.

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

Color convert

RGB163117114-
CMYK00.280.300.36
HSL3.67º21.03%54.31%-
HSV(B)3.67º30.06%63.92%-
XYZ24.521.7218.82-
YUV130.41118.74151.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.37%
GREEN value IS 117 (46.09% from 255) = 29.70%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=41.37%
G=29.70%
B=28.93%

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
Decimal16311711400.280.300.363.6721.0354.31
HexA3757201C1E2441536
Octal243165162034364442566
Binary10100011111010111100100111001111010010010010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37572; }

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

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

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

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

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

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

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

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