#A87674

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

Shades of Coral Tree #A87674

Tints of Coral Tree #A87674

Color information

#A87674 (or 0xA87674) is unknown color: approx Coral Tree. HEX triplet: A8, 76 and 74. RGB value is (168,118,116). Sum of RGB (Red+Green+Blue) = 168+118+116=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A87674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87674 is #57898B. Grayscale: #848484. Windows color (decimal): -5736844 or 7632552. OLE color: 7632552.

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

Color convert

RGB168118116-
CMYK00.300.310.34
HSL2.31º23.01%55.69%-
HSV(B)2.31º30.95%65.88%-
XYZ25.7822.5419.52-
YUV132.72118.56153.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=41.79%
G=29.35%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811811600.300.310.342.3123.0155.69
HexA8767401E1F2221738
Octal250166164036374222770
Binary1010100011101101110100011110111111000101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87674; }

 p { color: rgb(168,118,116); }

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

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

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

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

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

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

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