#AC6514

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

Shades of Golden Brown #AC6514

Tints of Golden Brown #AC6514

Color information

#AC6514 (or 0xAC6514) is unknown color: approx Golden Brown. HEX triplet: AC, 65 and 14. RGB value is (172,101,20). Sum of RGB (Red+Green+Blue) = 172+101+20=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6514 is #539AEB. Grayscale: #717171. Windows color (decimal): -5479148 or 1336748. OLE color: 1336748.

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

Color convert

RGB17210120-
CMYK00.410.880.33
HSL31.97º79.17%37.65%-
HSV(B)31.97º88.37%67.45%-
XYZ21.7918.133.01-
YUV11375.52170.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.70%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 20 (8.20% from 255) = 6.83%
R=58.70%
G=34.47%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721012000.410.880.3331.9779.1737.65
HexAC65140295821204f26
Octal25414524051130414011746
Binary10101100110010110100010100110110001000011000001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6514; }

 p { color: rgb(172,101,20); }

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

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

 a { background-color: rgb(172,101,20); }

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

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

 span { border-color: rgb(172,101,20); }

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