#A97575

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

Shades of Coral Tree #A97575

Tints of Coral Tree #A97575

Color information

#A97575 (or 0xA97575) is unknown color: approx Coral Tree. HEX triplet: A9, 75 and 75. RGB value is (169,117,117). Sum of RGB (Red+Green+Blue) = 169+117+117=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A97575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97575 is #568A8A. Grayscale: #848484. Windows color (decimal): -5671563 or 7697833. OLE color: 7697833.

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

Color convert

RGB169117117-
CMYK00.310.310.34
HSL23.21%56.08%-
HSV(B)30.77%66.27%-
XYZ25.9322.4419.79-
YUV132.55119.23154-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=41.94%
G=29.03%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911711700.310.310.34023.2156.08
HexA9757501F1F2201738
Octal251165165037374202770
Binary101010011110101111010101111111111100010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97575; }

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

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

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

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

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

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

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

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