#AC746A

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

Shades of Coral Tree #AC746A

Tints of Coral Tree #AC746A

Color information

#AC746A (or 0xAC746A) is unknown color: approx Coral Tree. HEX triplet: AC, 74 and 6A. RGB value is (172,116,106). Sum of RGB (Red+Green+Blue) = 172+116+106=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC746A is #538B95. Grayscale: #838383. Windows color (decimal): -5475222 or 6976684. OLE color: 6976684.

HSL color Cylindrical-coordinate representation of color #AC746A: hue angle of 9.09º 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 #AC746A is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB172116106-
CMYK00.330.380.33
HSL9.09º28.45%54.51%-
HSV(B)9.09º38.37%67.45%-
XYZ25.8622.316.58-
YUV131.6113.55156.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.65%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 106 (41.80% from 255) = 26.90%
R=43.65%
G=29.44%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211610600.330.380.339.0928.4554.51
HexAC746A021262191c37
Octal2541641520414641113467
Binary10101100111010011010100100001100110100001100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC746A; }

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

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

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

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

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

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

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

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