#A76461

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

Shades of Coral Tree #A76461

Tints of Coral Tree #A76461

Color information

#A76461 (or 0xA76461) is unknown color: approx Coral Tree. HEX triplet: A7, 64 and 61. RGB value is (167,100,97). Sum of RGB (Red+Green+Blue) = 167+100+97=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A76461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76461 is #589B9E. Grayscale: #777777. Windows color (decimal): -5807007 or 6382759. OLE color: 6382759.

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

Color convert

RGB16710097-
CMYK00.400.420.35
HSL2.57º28.46%51.76%-
HSV(B)2.57º41.92%65.49%-
XYZ22.6518.1913.63-
YUV119.69115.2161.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.88%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=45.88%
G=27.47%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671009700.400.420.352.5728.4651.76
HexA764610282A2331c34
Octal247144141050524333464
Binary101001111100100110000101010001010101000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76461; }

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

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

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

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

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

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

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

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