Html Css Color HEX #AC9401 Dark Goldenrod

📋 copy color: '#AC9401'

red 172 ◦ green 148 ◦ blue 1

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

Shades of Dark Goldenrod #AC9401

Tints of Dark Goldenrod #AC9401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.11%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 53.58%
G = 46.11%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC9401 (or 0xAC9401) is known color: Dark Goldenrod. HEX triplet: AC, 94 and 01. RGB value is (172,148,1). Sum of RGB (Red+Green+Blue) = 172+148+1=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9401 is #536BFE. Grayscale: #8B8B8B. Windows color (decimal): -5467135 or 103596. OLE color: 103596.

HSL color Cylindrical-coordinate representation of color #AC9401: hue angle of 51.58º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC9401 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 148 1 -
CMYK 0 0.14 0.99 0.33
HSL 51.58º 0.99% 0.34% -
HSV(B) 51.58º 0.99% 0.67% -
XYZ 27.61 29.95 4.36 -
YUV 138.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 172 148 1 0 0.14 0.99 0.33 51.58 0.99 0.34
Hex AC 94 1 0 E 63 21 34 63 22
Octal 254 224 1 0 16 143 41 64 143 42
Binary 10101100 10010100 1 0 1110 1100011 100001 110100 1100011 100010

Color Harmonies of #AC9401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9401

Black with #AC9401

Text Example


Text Example

White with #AC9401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9401; }

 p { color: rgb(172,148,1); }

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

background-color css

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

 a { background-color: rgb(172,148,1); }

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

border-color css

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

 span { border-color: rgb(172,148,1); }

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