#AC766A

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

Shades of Coral Tree #AC766A

Tints of Coral Tree #AC766A

Color information

#AC766A (or 0xAC766A) is unknown color: approx Coral Tree. HEX triplet: AC, 76 and 6A. RGB value is (172,118,106). Sum of RGB (Red+Green+Blue) = 172+118+106=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC766A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC766A is #538995. Grayscale: #848484. Windows color (decimal): -5474710 or 6977196. OLE color: 6977196.

HSL color Cylindrical-coordinate representation of color #AC766A: hue angle of 10.91º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC766A is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB172118106-
CMYK00.310.380.33
HSL10.91º28.45%54.51%-
HSV(B)10.91º38.37%67.45%-
XYZ26.0922.7716.66-
YUV132.78112.89155.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 118 (46.48% from 255) = 29.80%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=43.43%
G=29.80%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211810600.310.380.3310.9128.4554.51
HexAC766A01F2621b1c37
Octal2541661520374641133467
Binary1010110011101101101010011111100110100001101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC766A; }

 p { color: rgb(172,118,106); }

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

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

 a { background-color: rgb(172,118,106); }

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

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

 span { border-color: rgb(172,118,106); }

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