Html Css Color HEX #AC9304 Dark Goldenrod

📋 copy color: '#AC9304'

red 172 ◦ green 147 ◦ blue 4

#AC9304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AC9304

Tints of Dark Goldenrod #AC9304

RGB

 RED value IS 172 (67.58% from 255) = 53.25%

 GREEN value IS 147 (57.81% from 255) = 45.51%

 BLUE value IS 4 (1.95% from 255) = 1.24%

R = 53.25%
G = 45.51%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC9304 (or 0xAC9304) is known color: Dark Goldenrod. HEX triplet: AC, 93 and 04. RGB value is (172,147,4). Sum of RGB (Red+Green+Blue) = 172+147+4=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9304 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9304 is #536CFB. Grayscale: #8A8A8A. Windows color (decimal): -5467388 or 299948. OLE color: 299948.

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

Color convert

RGB 172 147 4 -
CMYK 0 0.15 0.98 0.33
HSL 51.07º 0.95% 0.35% -
HSV(B) 51.07º 0.98% 0.67% -
XYZ 27.47 29.65 4.39 -
YUV 138.17 52.28 152.13 -
System Red Green Blue C M Y K H S L
Decimal 172 147 4 0 0.15 0.98 0.33 51.07 0.95 0.35
Hex AC 93 4 0 F 62 21 33 5F 23
Octal 254 223 4 0 17 142 41 63 137 43
Binary 10101100 10010011 100 0 1111 1100010 100001 110011 1011111 100011

Color Harmonies of #AC9304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9304

Black with #AC9304

Text Example


Text Example

White with #AC9304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9304; }

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

 H1.HeaderClassName
 {
   color: #AC9304;
 }
 .AnyTagClassName
 {
   color: #AC9304;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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