#AC6304

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

Shades of Golden Brown #AC6304

Tints of Golden Brown #AC6304

Color information

#AC6304 (or 0xAC6304) is unknown color: approx Golden Brown. HEX triplet: AC, 63 and 04. RGB value is (172,99,4). Sum of RGB (Red+Green+Blue) = 172+99+4=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6304 is #539CFB. Grayscale: #6E6E6E. Windows color (decimal): -5479676 or 287660. OLE color: 287660.

HSL color Cylindrical-coordinate representation of color #AC6304: hue angle of 33.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC6304 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB172994-
CMYK00.420.980.33
HSL33.93º95.45%34.51%-
HSV(B)33.93º97.67%67.45%-
XYZ21.517.72.4-
YUV11068.18172.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 62.55%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=62.55%
G=36%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17299400.420.980.3333.9395.4534.51
HexAC63402A6221225f23
Octal2541434052142414213743
Binary101011001100011100010101011000101000011000101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6304; }

 p { color: rgb(172,99,4); }

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

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

 a { background-color: rgb(172,99,4); }

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

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

 span { border-color: rgb(172,99,4); }

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