#A76862

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

Shades of Coral Tree #A76862

Tints of Coral Tree #A76862

Color information

#A76862 (or 0xA76862) is unknown color: approx Coral Tree. HEX triplet: A7, 68 and 62. RGB value is (167,104,98). Sum of RGB (Red+Green+Blue) = 167+104+98=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A76862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76862 is #58979D. Grayscale: #7A7A7A. Windows color (decimal): -5805982 or 6449319. OLE color: 6449319.

HSL color Cylindrical-coordinate representation of color #A76862: hue angle of 5.22º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A76862 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16710498-
CMYK00.380.410.35
HSL5.22º28.16%51.96%-
HSV(B)5.22º41.32%65.49%-
XYZ23.091914.01-
YUV122.15114.37159.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 98 (38.67% from 255) = 26.56%
R=45.26%
G=28.18%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671049800.380.410.355.2228.1651.96
HexA76862026292351c34
Octal247150142046514353464
Binary1010011111010001100010010011010100110001110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76862; }

 p { color: rgb(167,104,98); }

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

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

 a { background-color: rgb(167,104,98); }

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

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

 span { border-color: rgb(167,104,98); }

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