#A76561

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

Shades of Coral Tree #A76561

Tints of Coral Tree #A76561

Color information

#A76561 (or 0xA76561) is unknown color: approx Coral Tree. HEX triplet: A7, 65 and 61. RGB value is (167,101,97). Sum of RGB (Red+Green+Blue) = 167+101+97=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A76561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76561 is #589A9E. Grayscale: #787878. Windows color (decimal): -5806751 or 6383015. OLE color: 6383015.

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

Color convert

RGB16710197-
CMYK00.400.420.35
HSL3.43º28.46%51.76%-
HSV(B)3.43º41.92%65.49%-
XYZ22.7518.3913.66-
YUV120.28114.87161.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 101 (39.84% from 255) = 27.67%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=45.75%
G=27.67%
B=26.58%

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
Decimal1671019700.400.420.353.4328.4651.76
HexA765610282A2331c34
Octal247145141050524333464
Binary101001111100101110000101010001010101000111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76561; }

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

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

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

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

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

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

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

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