#A87975

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

Shades of Coral Tree #A87975

Tints of Coral Tree #A87975

Color information

#A87975 (or 0xA87975) is unknown color: approx Coral Tree. HEX triplet: A8, 79 and 75. RGB value is (168,121,117). Sum of RGB (Red+Green+Blue) = 168+121+117=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A87975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87975 is #57868A. Grayscale: #868686. Windows color (decimal): -5736075 or 7698856. OLE color: 7698856.

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

Color convert

RGB168121117-
CMYK00.280.300.34
HSL4.71º22.67%55.88%-
HSV(B)4.71º30.36%65.88%-
XYZ26.223.2819.94-
YUV134.6118.07151.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=41.38%
G=29.80%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812111700.280.300.344.7122.6755.88
HexA8797501C1E2251738
Octal250171165034364252770
Binary10101000111100111101010111001111010001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87975; }

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

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

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

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

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

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

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

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