#A97572

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

Shades of Coral Tree #A97572

Tints of Coral Tree #A97572

Color information

#A97572 (or 0xA97572) is unknown color: approx Coral Tree. HEX triplet: A9, 75 and 72. RGB value is (169,117,114). Sum of RGB (Red+Green+Blue) = 169+117+114=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A97572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97572 is #568A8D. Grayscale: #848484. Windows color (decimal): -5671566 or 7501225. OLE color: 7501225.

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

Color convert

RGB169117114-
CMYK00.310.330.34
HSL3.27º24.23%55.49%-
HSV(B)3.27º32.54%66.27%-
XYZ25.7622.3718.88-
YUV132.21117.73154.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=42.25%
G=29.25%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911711400.310.330.343.2724.2355.49
HexA9757201F212231837
Octal251165162037414233067
Binary10101001111010111100100111111000011000101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97572; }

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

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

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

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

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

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

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

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