#a97875

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

Shades of Coral Tree #A97875

Tints of Coral Tree #A97875

Color information

#A97875 (or 0xA97875) is unknown color: approx Coral Tree. HEX triplet: A9, 78 and 75. RGB value is (169,120,117). Sum of RGB (Red+Green+Blue) = 169+120+117=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A97875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97875 is #56878A. Grayscale: #868686. Windows color (decimal): -5670795 or 7698601. OLE color: 7698601.

HSL color Cylindrical-coordinate representation of color #A97875: hue angle of 3.46º 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 #A97875 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB169120117-
CMYK00.290.310.34
HSL3.46º23.21%56.08%-
HSV(B)3.46º30.77%66.27%-
XYZ26.2923.1519.91-
YUV134.31118.23152.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=41.63%
G=29.56%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912011700.290.310.343.4623.2156.08
HexA9787501D1F2231738
Octal251170165035374232770
Binary1010100111110001110101011101111111000101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a97875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a97875; }

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

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

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

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

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

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

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

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