Html Css Color HEX #AC8504 Dark Goldenrod

📋 copy color: '#AC8504'

red 172 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #AC8504

Tints of Dark Goldenrod #AC8504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.04%

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

R = 55.66%
G = 43.04%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC8504 (or 0xAC8504) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 04. RGB value is (172,133,4). Sum of RGB (Red+Green+Blue) = 172+133+4=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8504 is #537AFB. Grayscale: #828282. Windows color (decimal): -5470972 or 296364. OLE color: 296364.

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

Color convert

RGB 172 133 4 -
CMYK 0 0.23 0.98 0.33
HSL 46.07º 0.95% 0.35% -
HSV(B) 46.07º 0.98% 0.67% -
XYZ 25.42 25.55 3.71 -
YUV 129.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 172 133 4 0 0.23 0.98 0.33 46.07 0.95 0.35
Hex AC 85 4 0 17 62 21 2E 5F 23
Octal 254 205 4 0 27 142 41 56 137 43
Binary 10101100 10000101 100 0 10111 1100010 100001 101110 1011111 100011

Color Harmonies of #AC8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8504

Black with #AC8504

Text Example


Text Example

White with #AC8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8504; }

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

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

background-color css

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

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

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

border-color css

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

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

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