#AC6E15

Color #AC6E15 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AC6E15

Tints of Golden Brown #AC6E15

Color information

#AC6E15 (or 0xAC6E15) is unknown color: approx Golden Brown. HEX triplet: AC, 6E and 15. RGB value is (172,110,21). Sum of RGB (Red+Green+Blue) = 172+110+21=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6E15 is #5391EA. Grayscale: #767676. Windows color (decimal): -5476843 or 1404588. OLE color: 1404588.

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

Color convert

RGB17211021-
CMYK00.360.880.33
HSL35.36º78.24%37.84%-
HSV(B)35.36º87.79%67.45%-
XYZ22.7219.983.37-
YUV118.3973.04166.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.77%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 21 (8.59% from 255) = 6.93%
R=56.77%
G=36.30%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721102100.360.880.3335.3678.2437.84
HexAC6E150245821234e26
Octal25415625044130414311646
Binary10101100110111010101010010010110001000011000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6E15; }

 p { color: rgb(172,110,21); }

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

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

 a { background-color: rgb(172,110,21); }

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

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

 span { border-color: rgb(172,110,21); }

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