#AC6B5E

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

Shades of Coral Tree #AC6B5E

Tints of Coral Tree #AC6B5E

Color information

#AC6B5E (or 0xAC6B5E) is unknown color: approx Coral Tree. HEX triplet: AC, 6B and 5E. RGB value is (172,107,94). Sum of RGB (Red+Green+Blue) = 172+107+94=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6B5E is #5394A1. Grayscale: #7D7D7D. Windows color (decimal): -5477538 or 6187948. OLE color: 6187948.

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

Color convert

RGB17210794-
CMYK00.380.450.33
HSL10º31.97%52.16%-
HSV(B)10º45.35%67.45%-
XYZ24.2920.0913.19-
YUV124.95110.53161.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=46.11%
G=28.69%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721079400.380.450.331031.9752.16
HexAC6B5E0262D21a2034
Octal2541531360465541124064
Binary101011001101011101111001001101011011000011010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6B5E; }

 p { color: rgb(172,107,94); }

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

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

 a { background-color: rgb(172,107,94); }

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

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

 span { border-color: rgb(172,107,94); }

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