Html Css Color HEX #AC7304 Dark Goldenrod

📋 copy color: '#AC7304'

red 172 ◦ green 115 ◦ blue 4

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

Shades of Dark Goldenrod #AC7304

Tints of Dark Goldenrod #AC7304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.52%

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

R = 59.11%
G = 39.52%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC7304 (or 0xAC7304) is known color: Dark Goldenrod. HEX triplet: AC, 73 and 04. RGB value is (172,115,4). Sum of RGB (Red+Green+Blue) = 172+115+4=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7304 is #538CFB. Grayscale: #777777. Windows color (decimal): -5475580 or 291756. OLE color: 291756.

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

Color convert

RGB 172 115 4 -
CMYK 0 0.33 0.98 0.33
HSL 39.64º 0.95% 0.35% -
HSV(B) 39.64º 0.98% 0.67% -
XYZ 23.17 21.04 2.96 -
YUV 119.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 172 115 4 0 0.33 0.98 0.33 39.64 0.95 0.35
Hex AC 73 4 0 21 62 21 28 5F 23
Octal 254 163 4 0 41 142 41 50 137 43
Binary 10101100 1110011 100 0 100001 1100010 100001 101000 1011111 100011

Color Harmonies of #AC7304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7304

Black with #AC7304

Text Example


Text Example

White with #AC7304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7304; }

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

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

background-color css

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

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

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

border-color css

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

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

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