Html Css Color HEX #AC7F04 Dark Goldenrod

📋 copy color: '#AC7F04'

red 172 ◦ green 127 ◦ blue 4

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

Shades of Dark Goldenrod #AC7F04

Tints of Dark Goldenrod #AC7F04

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

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

R = 56.77%
G = 41.91%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC7F04 (or 0xAC7F04) is known color: Dark Goldenrod. HEX triplet: AC, 7F and 04. RGB value is (172,127,4). Sum of RGB (Red+Green+Blue) = 172+127+4=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 4 (1.95% from 255 or 1.32% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7F04 is #5380FB. Grayscale: #7E7E7E. Windows color (decimal): -5472508 or 294828. OLE color: 294828.

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

Color convert

RGB 172 127 4 -
CMYK 0 0.26 0.98 0.33
HSL 43.93º 0.95% 0.35% -
HSV(B) 43.93º 0.98% 0.67% -
XYZ 24.62 23.96 3.44 -
YUV 126.43 58.91 160.5 -
System Red Green Blue C M Y K H S L
Decimal 172 127 4 0 0.26 0.98 0.33 43.93 0.95 0.35
Hex AC 7F 4 0 1A 62 21 2C 5F 23
Octal 254 177 4 0 32 142 41 54 137 43
Binary 10101100 1111111 100 0 11010 1100010 100001 101100 1011111 100011

Color Harmonies of #AC7F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7F04

Black with #AC7F04

Text Example


Text Example

White with #AC7F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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