#A76562

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

Shades of Coral Tree #A76562

Tints of Coral Tree #A76562

Color information

#A76562 (or 0xA76562) is unknown color: approx Coral Tree. HEX triplet: A7, 65 and 62. RGB value is (167,101,98). Sum of RGB (Red+Green+Blue) = 167+101+98=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A76562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76562 is #589A9D. Grayscale: #787878. Windows color (decimal): -5806750 or 6448551. OLE color: 6448551.

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

Color convert

RGB16710198-
CMYK00.400.410.35
HSL2.61º28.16%51.96%-
HSV(B)2.61º41.32%65.49%-
XYZ22.7918.413.91-
YUV120.39115.37161.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=45.63%
G=27.60%
B=26.78%

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
Decimal1671019800.400.410.352.6128.1651.96
HexA76562028292331c34
Octal247145142050514333464
Binary101001111100101110001001010001010011000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76562; }

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

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

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

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

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

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

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

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