#A77264

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

Shades of Coral Tree #A77264

Tints of Coral Tree #A77264

Color information

#A77264 (or 0xA77264) is unknown color: approx Coral Tree. HEX triplet: A7, 72 and 64. RGB value is (167,114,100). Sum of RGB (Red+Green+Blue) = 167+114+100=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A77264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77264 is #588D9B. Grayscale: #808080. Windows color (decimal): -5803420 or 6582951. OLE color: 6582951.

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

Color convert

RGB167114100-
CMYK00.320.400.35
HSL12.54º27.57%52.35%-
HSV(B)12.54º40.12%65.49%-
XYZ24.2521.1714.86-
YUV128.25112.06155.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.83%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 100 (39.45% from 255) = 26.25%
R=43.83%
G=29.92%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711410000.320.400.3512.5427.5752.35
HexA772640202823d1c34
Octal2471621440405043153464
Binary10100111111001011001000100000101000100011110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77264; }

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

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

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

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

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

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

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

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