Html Css Color HEX #AC8300 Dark Goldenrod

📋 copy color: '#AC8300'

red 172 ◦ green 131 ◦ blue 0

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

Shades of Dark Goldenrod #AC8300

Tints of Dark Goldenrod #AC8300

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.77%
G = 43.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC8300 (or 0xAC8300) is known color: Dark Goldenrod. HEX triplet: AC, 83 and 00. RGB value is (172,131,0). Sum of RGB (Red+Green+Blue) = 172+131+0=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8300 is #537CFF. Grayscale: #808080. Windows color (decimal): -5471488 or 33708. OLE color: 33708.

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

Color convert

RGB 172 131 0 -
CMYK 0 0.24 1 0.33
HSL 45.7º 1% 0.34% -
HSV(B) 45.7º 1% 0.67% -
XYZ 25.13 25 3.5 -
YUV 128.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 172 131 0 0 0.24 1 0.33 45.7 1 0.34
Hex AC 83 0 0 18 64 21 2E 64 22
Octal 254 203 0 0 30 144 41 56 144 42
Binary 10101100 10000011 0 0 11000 1100100 100001 101110 1100100 100010

Color Harmonies of #AC8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8300

Black with #AC8300

Text Example


Text Example

White with #AC8300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8300; }

 p { color: rgb(172,131,0); }

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

background-color css

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

 a { background-color: rgb(172,131,0); }

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

border-color css

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

 span { border-color: rgb(172,131,0); }

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