Html Css Color HEX #AC7404 Dark Goldenrod

📋 copy color: '#AC7404'

red 172 ◦ green 116 ◦ blue 4

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

Shades of Dark Goldenrod #AC7404

Tints of Dark Goldenrod #AC7404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

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

R = 58.9%
G = 39.73%
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

#AC7404 (or 0xAC7404) is known color: Dark Goldenrod. HEX triplet: AC, 74 and 04. RGB value is (172,116,4). Sum of RGB (Red+Green+Blue) = 172+116+4=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7404 is #538BFB. Grayscale: #787878. Windows color (decimal): -5475324 or 292012. OLE color: 292012.

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

Color convert

RGB 172 116 4 -
CMYK 0 0.33 0.98 0.33
HSL 40º 0.95% 0.35% -
HSV(B) 40º 0.98% 0.67% -
XYZ 23.28 21.27 2.99 -
YUV 119.98 62.55 165.11 -
System Red Green Blue C M Y K H S L
Decimal 172 116 4 0 0.33 0.98 0.33 40 0.95 0.35
Hex AC 74 4 0 21 62 21 28 5F 23
Octal 254 164 4 0 41 142 41 50 137 43
Binary 10101100 1110100 100 0 100001 1100010 100001 101000 1011111 100011

Color Harmonies of #AC7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7404

Black with #AC7404

Text Example


Text Example

White with #AC7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7404; }

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

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

background-color css

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

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

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

border-color css

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

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

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