Html Css Color HEX #AC8C01 Dark Goldenrod

📋 copy color: '#AC8C01'

red 172 ◦ green 140 ◦ blue 1

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

Shades of Dark Goldenrod #AC8C01

Tints of Dark Goldenrod #AC8C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.73%

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

R = 54.95%
G = 44.73%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC8C01 (or 0xAC8C01) is known color: Dark Goldenrod. HEX triplet: AC, 8C and 01. RGB value is (172,140,1). Sum of RGB (Red+Green+Blue) = 172+140+1=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 140 (55.08% from 255 or 44.73% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8C01 is #5373FE. Grayscale: #868686. Windows color (decimal): -5469183 or 101548. OLE color: 101548.

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

Color convert

RGB 172 140 1 -
CMYK 0 0.19 0.99 0.33
HSL 48.77º 0.99% 0.34% -
HSV(B) 48.77º 0.99% 0.67% -
XYZ 26.4 27.53 3.95 -
YUV 133.72 53.1 155.3 -
System Red Green Blue C M Y K H S L
Decimal 172 140 1 0 0.19 0.99 0.33 48.77 0.99 0.34
Hex AC 8C 1 0 13 63 21 31 63 22
Octal 254 214 1 0 23 143 41 61 143 42
Binary 10101100 10001100 1 0 10011 1100011 100001 110001 1100011 100010

Color Harmonies of #AC8C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C01

Black with #AC8C01

Text Example


Text Example

White with #AC8C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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