#A87165

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

Shades of Coral Tree #A87165

Tints of Coral Tree #A87165

Color information

#A87165 (or 0xA87165) is unknown color: approx Coral Tree. HEX triplet: A8, 71 and 65. RGB value is (168,113,101). Sum of RGB (Red+Green+Blue) = 168+113+101=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A87165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87165 is #578E9A. Grayscale: #808080. Windows color (decimal): -5738139 or 6648232. OLE color: 6648232.

HSL color Cylindrical-coordinate representation of color #A87165: hue angle of 10.75º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A87165 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB168113101-
CMYK00.330.400.34
HSL10.75º27.8%52.75%-
HSV(B)10.75º39.88%65.88%-
XYZ24.421.0715.09-
YUV128.08112.72156.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 113 (44.53% from 255) = 29.58%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=43.98%
G=29.58%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811310100.330.400.3410.7527.852.75
HexA871650212822b1c35
Octal2501611450415042133465
Binary10101000111000111001010100001101000100010101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87165; }

 p { color: rgb(168,113,101); }

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

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

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

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

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

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

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