#A76661

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

Shades of Coral Tree #A76661

Tints of Coral Tree #A76661

Color information

#A76661 (or 0xA76661) is unknown color: approx Coral Tree. HEX triplet: A7, 66 and 61. RGB value is (167,102,97). Sum of RGB (Red+Green+Blue) = 167+102+97=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A76661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76661 is #58999E. Grayscale: #787878. Windows color (decimal): -5806495 or 6383271. OLE color: 6383271.

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

Color convert

RGB16710297-
CMYK00.390.420.35
HSL4.29º28.46%51.76%-
HSV(B)4.29º41.92%65.49%-
XYZ22.8518.5813.69-
YUV120.86114.53160.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=45.63%
G=27.87%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671029700.390.420.354.2928.4651.76
HexA766610272A2341c34
Octal247146141047524343464
Binary1010011111001101100001010011110101010001110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76661; }

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

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

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

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

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

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

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

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