#AC661C

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

Shades of Golden Brown #AC661C

Tints of Golden Brown #AC661C

Color information

#AC661C (or 0xAC661C) is unknown color: approx Golden Brown. HEX triplet: AC, 66 and 1C. RGB value is (172,102,28). Sum of RGB (Red+Green+Blue) = 172+102+28=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC661C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC661C is #5399E3. Grayscale: #727272. Windows color (decimal): -5478884 or 1861292. OLE color: 1861292.

HSL color Cylindrical-coordinate representation of color #AC661C: hue angle of 30.83º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC661C is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB17210228-
CMYK00.410.840.33
HSL30.83º72%39.22%-
HSV(B)30.83º83.72%67.45%-
XYZ21.9718.363.48-
YUV114.4979.19169.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.95%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 28 (11.33% from 255) = 9.27%
R=56.95%
G=33.77%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721022800.410.840.3330.837239.22
HexAC661C02954211f4827
Octal25414634051124413711047
Binary1010110011001101110001010011010100100001111111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC661C; }

 p { color: rgb(172,102,28); }

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

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

 a { background-color: rgb(172,102,28); }

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

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

 span { border-color: rgb(172,102,28); }

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