#A07570

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

Shades of Coral Tree #A07570

Tints of Coral Tree #A07570

Color information

#A07570 (or 0xA07570) is unknown color: approx Coral Tree. HEX triplet: A0, 75 and 70. RGB value is (160,117,112). Sum of RGB (Red+Green+Blue) = 160+117+112=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A07570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07570 is #5F8A8F. Grayscale: #818181. Windows color (decimal): -6261392 or 7370144. OLE color: 7370144.

HSL color Cylindrical-coordinate representation of color #A07570: hue angle of 6.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07570 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB160117112-
CMYK00.270.300.37
HSL6.25º20.17%53.33%-
HSV(B)6.25º30%62.75%-
XYZ23.7821.3718.2-
YUV129.29118.25149.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.13%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=41.13%
G=30.08%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16011711200.270.300.376.2520.1753.33
HexA0757001B1E2561435
Octal240165160033364562465
Binary10100000111010111100000110111111010010111010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07570; }

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

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

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

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

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

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

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

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