#A76462

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

Shades of Coral Tree #A76462

Tints of Coral Tree #A76462

Color information

#A76462 (or 0xA76462) is unknown color: approx Coral Tree. HEX triplet: A7, 64 and 62. RGB value is (167,100,98). Sum of RGB (Red+Green+Blue) = 167+100+98=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A76462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76462 is #589B9D. Grayscale: #777777. Windows color (decimal): -5807006 or 6448295. OLE color: 6448295.

HSL color Cylindrical-coordinate representation of color #A76462: hue angle of 1.74º 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 #A76462 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB16710098-
CMYK00.400.410.35
HSL1.74º28.16%51.96%-
HSV(B)1.74º41.32%65.49%-
XYZ22.718.2113.87-
YUV119.8115.7161.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 98 (38.67% from 255) = 26.85%
R=45.75%
G=27.40%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671009800.400.410.351.7428.1651.96
HexA76462028292321c34
Octal247144142050514323464
Binary101001111100100110001001010001010011000111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76462; }

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

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

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

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

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

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

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

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