#A7766B

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

Shades of Coral Tree #A7766B

Tints of Coral Tree #A7766B

Color information

#A7766B (or 0xA7766B) is unknown color: approx Coral Tree. HEX triplet: A7, 76 and 6B. RGB value is (167,118,107). Sum of RGB (Red+Green+Blue) = 167+118+107=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A7766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7766B is #588994. Grayscale: #838383. Windows color (decimal): -5802389 or 7042727. OLE color: 7042727.

HSL color Cylindrical-coordinate representation of color #A7766B: hue angle of 11º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A7766B is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB167118107-
CMYK00.290.360.35
HSL11º25.42%53.73%-
HSV(B)11º35.93%65.49%-
XYZ25.0722.2316.88-
YUV131.4114.23153.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.60%
GREEN value IS 118 (46.48% from 255) = 30.10%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=42.60%
G=30.10%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711810700.290.360.351125.4253.73
HexA7766B01D2423b1936
Octal2471661530354443133166
Binary1010011111101101101011011101100100100011101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7766B; }

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

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

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

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

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

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

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

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