#AC5E13

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

Shades of Golden Brown #AC5E13

Tints of Golden Brown #AC5E13

Color information

#AC5E13 (or 0xAC5E13) is unknown color: approx Golden Brown. HEX triplet: AC, 5E and 13. RGB value is (172,94,19). Sum of RGB (Red+Green+Blue) = 172+94+19=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5E13 is #53A1EC. Grayscale: #6D6D6D. Windows color (decimal): -5480941 or 1269420. OLE color: 1269420.

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

Color convert

RGB1729419-
CMYK00.450.890.33
HSL29.41º80.1%37.45%-
HSV(B)29.41º88.95%67.45%-
XYZ21.1316.822.75-
YUV108.7777.34173.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 19 (7.81% from 255) = 6.67%
R=60.35%
G=32.98%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172941900.450.890.3329.4180.137.45
HexAC5E1302D59211d5025
Octal25413623055131413512045
Binary1010110010111101001101011011011001100001111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E13; }

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

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

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

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

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

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

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

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