#A87575

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

Shades of Coral Tree #A87575

Tints of Coral Tree #A87575

Color information

#A87575 (or 0xA87575) is unknown color: approx Coral Tree. HEX triplet: A8, 75 and 75. RGB value is (168,117,117). Sum of RGB (Red+Green+Blue) = 168+117+117=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A87575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87575 is #578A8A. Grayscale: #848484. Windows color (decimal): -5737099 or 7697832. OLE color: 7697832.

HSL color Cylindrical-coordinate representation of color #A87575: 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.3%. Process color model (Four color, CMYK) of #A87575 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB168117117-
CMYK00.300.300.34
HSL22.67%55.88%-
HSV(B)30.36%65.88%-
XYZ25.7222.3319.78-
YUV132.25119.4153.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 117 (46.09% from 255) = 29.10%
R=41.79%
G=29.10%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811711700.300.300.34022.6755.88
HexA8757501E1E2201738
Octal250165165036364202770
Binary101010001110101111010101111011110100010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87575; }

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

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

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

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

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

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

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

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