#AC5D13

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

Shades of Golden Brown #AC5D13

Tints of Golden Brown #AC5D13

Color information

#AC5D13 (or 0xAC5D13) is unknown color: approx Golden Brown. HEX triplet: AC, 5D and 13. RGB value is (172,93,19). Sum of RGB (Red+Green+Blue) = 172+93+19=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D13 is #53A2EC. Grayscale: #6C6C6C. Windows color (decimal): -5481197 or 1269164. OLE color: 1269164.

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

Color convert

RGB1729319-
CMYK00.460.890.33
HSL29.02º80.1%37.45%-
HSV(B)29.02º88.95%67.45%-
XYZ21.0516.652.72-
YUV108.1877.67173.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.56%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 19 (7.81% from 255) = 6.69%
R=60.56%
G=32.75%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172931900.460.890.3329.0280.137.45
HexAC5D1302E59211d5025
Octal25413523056131413512045
Binary1010110010111011001101011101011001100001111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D13; }

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

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

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

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

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

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

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

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