Html Css Color HEX #AC9701 Dark Goldenrod

📋 copy color: '#AC9701'

red 172 ◦ green 151 ◦ blue 1

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

Shades of Dark Goldenrod #AC9701

Tints of Dark Goldenrod #AC9701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.6%

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

R = 53.09%
G = 46.6%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC9701 (or 0xAC9701) is known color: Dark Goldenrod. HEX triplet: AC, 97 and 01. RGB value is (172,151,1). Sum of RGB (Red+Green+Blue) = 172+151+1=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9701 is #5368FE. Grayscale: #8C8C8C. Windows color (decimal): -5466367 or 104364. OLE color: 104364.

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

Color convert

RGB 172 151 1 -
CMYK 0 0.12 0.99 0.33
HSL 52.63º 0.99% 0.34% -
HSV(B) 52.63º 0.99% 0.67% -
XYZ 28.09 30.91 4.51 -
YUV 140.18 49.46 150.7 -
System Red Green Blue C M Y K H S L
Decimal 172 151 1 0 0.12 0.99 0.33 52.63 0.99 0.34
Hex AC 97 1 0 C 63 21 35 63 22
Octal 254 227 1 0 14 143 41 65 143 42
Binary 10101100 10010111 1 0 1100 1100011 100001 110101 1100011 100010

Color Harmonies of #AC9701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9701

Black with #AC9701

Text Example


Text Example

White with #AC9701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9701; }

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

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

background-color css

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

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

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

border-color css

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

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

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