#AC6D15

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

Shades of Golden Brown #AC6D15

Tints of Golden Brown #AC6D15

Color information

#AC6D15 (or 0xAC6D15) is unknown color: approx Golden Brown. HEX triplet: AC, 6D and 15. RGB value is (172,109,21). Sum of RGB (Red+Green+Blue) = 172+109+21=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6D15 is #5392EA. Grayscale: #767676. Windows color (decimal): -5477099 or 1404332. OLE color: 1404332.

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

Color convert

RGB17210921-
CMYK00.370.880.33
HSL34.97º78.24%37.84%-
HSV(B)34.97º87.79%67.45%-
XYZ22.6219.763.33-
YUV117.873.37166.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 109 (42.97% from 255) = 36.09%
BLUE value IS 21 (8.59% from 255) = 6.95%
R=56.95%
G=36.09%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721092100.370.880.3334.9778.2437.84
HexAC6D150255821234e26
Octal25415525045130414311646
Binary10101100110110110101010010110110001000011000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6D15; }

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

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

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

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

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

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

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

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