#A07572

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

Shades of Coral Tree #A07572

Tints of Coral Tree #A07572

Color information

#A07572 (or 0xA07572) is unknown color: approx Coral Tree. HEX triplet: A0, 75 and 72. RGB value is (160,117,114). Sum of RGB (Red+Green+Blue) = 160+117+114=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A07572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07572 is #5F8A8D. Grayscale: #818181. Windows color (decimal): -6261390 or 7501216. OLE color: 7501216.

HSL color Cylindrical-coordinate representation of color #A07572: hue angle of 3.91º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A07572 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB160117114-
CMYK00.270.290.37
HSL3.91º19.49%53.73%-
HSV(B)3.91º28.75%62.75%-
XYZ23.921.4118.79-
YUV129.52119.25149.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=40.92%
G=29.92%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011711400.270.290.373.9119.4953.73
HexA0757201B1D2541336
Octal240165162033354542366
Binary10100000111010111100100110111110110010110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07572; }

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

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

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

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

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

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

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

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