#AC6C17

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

Shades of Golden Brown #AC6C17

Tints of Golden Brown #AC6C17

Color information

#AC6C17 (or 0xAC6C17) is unknown color: approx Golden Brown. HEX triplet: AC, 6C and 17. RGB value is (172,108,23). Sum of RGB (Red+Green+Blue) = 172+108+23=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6C17 is #5393E8. Grayscale: #757575. Windows color (decimal): -5477353 or 1535148. OLE color: 1535148.

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

Color convert

RGB17210823-
CMYK00.370.870.33
HSL34.23º76.41%38.24%-
HSV(B)34.23º86.63%67.45%-
XYZ22.5319.563.4-
YUV117.4574.7166.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.77%
GREEN value IS 108 (42.58% from 255) = 35.64%
BLUE value IS 23 (9.38% from 255) = 7.59%
R=56.77%
G=35.64%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721082300.370.870.3334.2376.4138.24
HexAC6C170255721224c26
Octal25415427045127414211446
Binary10101100110110010111010010110101111000011000101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6C17; }

 p { color: rgb(172,108,23); }

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

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

 a { background-color: rgb(172,108,23); }

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

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

 span { border-color: rgb(172,108,23); }

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