Html Css Color HEX #AC7D04 Dark Goldenrod

📋 copy color: '#AC7D04'

red 172 ◦ green 125 ◦ blue 4

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

Shades of Dark Goldenrod #AC7D04

Tints of Dark Goldenrod #AC7D04

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.53%

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

R = 57.14%
G = 41.53%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC7D04 (or 0xAC7D04) is known color: Dark Goldenrod. HEX triplet: AC, 7D and 04. RGB value is (172,125,4). Sum of RGB (Red+Green+Blue) = 172+125+4=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7D04 is #5382FB. Grayscale: #7D7D7D. Windows color (decimal): -5473020 or 294316. OLE color: 294316.

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

Color convert

RGB 172 125 4 -
CMYK 0 0.27 0.98 0.33
HSL 43.21º 0.95% 0.35% -
HSV(B) 43.21º 0.98% 0.67% -
XYZ 24.37 23.45 3.36 -
YUV 125.26 59.57 161.34 -
System Red Green Blue C M Y K H S L
Decimal 172 125 4 0 0.27 0.98 0.33 43.21 0.95 0.35
Hex AC 7D 4 0 1B 62 21 2B 5F 23
Octal 254 175 4 0 33 142 41 53 137 43
Binary 10101100 1111101 100 0 11011 1100010 100001 101011 1011111 100011

Color Harmonies of #AC7D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D04

Black with #AC7D04

Text Example


Text Example

White with #AC7D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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