#A97070

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

Shades of Coral Tree #A97070

Tints of Coral Tree #A97070

Color information

#A97070 (or 0xA97070) is unknown color: approx Coral Tree. HEX triplet: A9, 70 and 70. RGB value is (169,112,112). Sum of RGB (Red+Green+Blue) = 169+112+112=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A97070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97070 is #568F8F. Grayscale: #818181. Windows color (decimal): -5672848 or 7368873. OLE color: 7368873.

HSL color Cylindrical-coordinate representation of color #A97070: hue angle of 0º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A97070 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB169112112-
CMYK00.340.340.34
HSL24.89%55.1%-
HSV(B)33.73%66.27%-
XYZ25.0821.1918.1-
YUV129.04118.38156.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 112 (44.14% from 255) = 28.50%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=43.00%
G=28.50%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911211200.340.340.34024.8955.1
HexA97070022222201937
Octal251160160042424203167
Binary10101001111000011100000100010100010100010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97070; }

 p { color: rgb(169,112,112); }

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

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

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

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

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

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

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