Html Css Color HEX #AC7900 Dark Goldenrod

📋 copy color: '#AC7900'

red 172 ◦ green 121 ◦ blue 0

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

Shades of Dark Goldenrod #AC7900

Tints of Dark Goldenrod #AC7900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.3%

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

R = 58.7%
G = 41.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC7900 (or 0xAC7900) is known color: Dark Goldenrod. HEX triplet: AC, 79 and 00. RGB value is (172,121,0). Sum of RGB (Red+Green+Blue) = 172+121+0=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7900 is #5386FF. Grayscale: #7A7A7A. Windows color (decimal): -5474048 or 31148. OLE color: 31148.

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

Color convert

RGB 172 121 0 -
CMYK 0 0.30 1 0.33
HSL 42.21º 1% 0.34% -
HSV(B) 42.21º 1% 0.67% -
XYZ 23.85 22.45 3.08 -
YUV 122.46 58.9 163.34 -
System Red Green Blue C M Y K H S L
Decimal 172 121 0 0 0.30 1 0.33 42.21 1 0.34
Hex AC 79 0 0 1E 64 21 2A 64 22
Octal 254 171 0 0 36 144 41 52 144 42
Binary 10101100 1111001 0 0 11110 1100100 100001 101010 1100100 100010

Color Harmonies of #AC7900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7900

Black with #AC7900

Text Example


Text Example

White with #AC7900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7900; }

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

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

background-color css

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

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

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

border-color css

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

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

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