#AC685B

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

Shades of Coral Tree #AC685B

Tints of Coral Tree #AC685B

Color information

#AC685B (or 0xAC685B) is unknown color: approx Coral Tree. HEX triplet: AC, 68 and 5B. RGB value is (172,104,91). Sum of RGB (Red+Green+Blue) = 172+104+91=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC685B is #5397A4. Grayscale: #7A7A7A. Windows color (decimal): -5478309 or 5990572. OLE color: 5990572.

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

Color convert

RGB17210491-
CMYK00.400.470.33
HSL9.63º32.79%51.57%-
HSV(B)9.63º47.09%67.45%-
XYZ23.8519.4312.39-
YUV122.85110.03163.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=46.87%
G=28.34%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721049100.400.470.339.6332.7951.57
HexAC685B0282F21a2134
Octal2541501330505741124164
Binary101011001101000101101101010001011111000011010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC685B; }

 p { color: rgb(172,104,91); }

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

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

 a { background-color: rgb(172,104,91); }

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

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

 span { border-color: rgb(172,104,91); }

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