Html Css Color HEX #AC8D04 Dark Goldenrod

📋 copy color: '#AC8D04'

red 172 ◦ green 141 ◦ blue 4

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

Shades of Dark Goldenrod #AC8D04

Tints of Dark Goldenrod #AC8D04

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.48%

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

R = 54.26%
G = 44.48%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC8D04 (or 0xAC8D04) is known color: Dark Goldenrod. HEX triplet: AC, 8D and 04. RGB value is (172,141,4). Sum of RGB (Red+Green+Blue) = 172+141+4=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8D04 is #5372FB. Grayscale: #878787. Windows color (decimal): -5468924 or 298412. OLE color: 298412.

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

Color convert

RGB 172 141 4 -
CMYK 0 0.18 0.98 0.33
HSL 48.93º 0.95% 0.35% -
HSV(B) 48.93º 0.98% 0.67% -
XYZ 26.56 27.83 4.09 -
YUV 134.65 54.27 154.64 -
System Red Green Blue C M Y K H S L
Decimal 172 141 4 0 0.18 0.98 0.33 48.93 0.95 0.35
Hex AC 8D 4 0 12 62 21 31 5F 23
Octal 254 215 4 0 22 142 41 61 137 43
Binary 10101100 10001101 100 0 10010 1100010 100001 110001 1011111 100011

Color Harmonies of #AC8D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D04

Black with #AC8D04

Text Example


Text Example

White with #AC8D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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