#A76564

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

Shades of Coral Tree #A76564

Tints of Coral Tree #A76564

Color information

#A76564 (or 0xA76564) is unknown color: approx Coral Tree. HEX triplet: A7, 65 and 64. RGB value is (167,101,100). Sum of RGB (Red+Green+Blue) = 167+101+100=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A76564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76564 is #589A9B. Grayscale: #787878. Windows color (decimal): -5806748 or 6579623. OLE color: 6579623.

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

Color convert

RGB167101100-
CMYK00.400.400.35
HSL0.9º27.57%52.35%-
HSV(B)0.9º40.12%65.49%-
XYZ22.8918.4414.41-
YUV120.62116.37161.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 101 (39.84% from 255) = 27.45%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=45.38%
G=27.45%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710110000.400.400.350.927.5752.35
HexA76564028282311c34
Octal247145144050504313464
Binary10100111110010111001000101000101000100011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76564; }

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

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

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

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

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

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

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

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