#A4766B

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

Shades of Coral Tree #A4766B

Tints of Coral Tree #A4766B

Color information

#A4766B (or 0xA4766B) is unknown color: approx Coral Tree. HEX triplet: A4, 76 and 6B. RGB value is (164,118,107). Sum of RGB (Red+Green+Blue) = 164+118+107=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 164 - color contains mainly: red. Hex color #A4766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4766B is #5B8994. Grayscale: #828282. Windows color (decimal): -5998997 or 7042724. OLE color: 7042724.

HSL color Cylindrical-coordinate representation of color #A4766B: hue angle of 11.58º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4766B is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB164118107-
CMYK00.280.350.36
HSL11.58º23.85%53.14%-
HSV(B)11.58º34.76%64.31%-
XYZ24.4421.9116.85-
YUV130.5114.74151.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 107 (42.19% from 255) = 27.51%
R=42.16%
G=30.33%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411810700.280.350.3611.5823.8553.14
HexA4766B01C2324c1835
Octal2441661530344344143065
Binary1010010011101101101011011100100011100100110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4766B; }

 p { color: rgb(164,118,107); }

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

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

 a { background-color: rgb(164,118,107); }

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

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

 span { border-color: rgb(164,118,107); }

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