Html Css Color HEX #AC7600 Dark Goldenrod

📋 copy color: '#AC7600'

red 172 ◦ green 118 ◦ blue 0

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

Shades of Dark Goldenrod #AC7600

Tints of Dark Goldenrod #AC7600

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.69%

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

R = 59.31%
G = 40.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC7600 (or 0xAC7600) is known color: Dark Goldenrod. HEX triplet: AC, 76 and 00. RGB value is (172,118,0). Sum of RGB (Red+Green+Blue) = 172+118+0=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC7600 is #5389FF. Grayscale: #797979. Windows color (decimal): -5474816 or 30380. OLE color: 30380.

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

Color convert

RGB 172 118 0 -
CMYK 0 0.31 1 0.33
HSL 41.16º 1% 0.34% -
HSV(B) 41.16º 1% 0.67% -
XYZ 23.49 21.73 2.96 -
YUV 120.69 59.89 164.59 -
System Red Green Blue C M Y K H S L
Decimal 172 118 0 0 0.31 1 0.33 41.16 1 0.34
Hex AC 76 0 0 1F 64 21 29 64 22
Octal 254 166 0 0 37 144 41 51 144 42
Binary 10101100 1110110 0 0 11111 1100100 100001 101001 1100100 100010

Color Harmonies of #AC7600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7600

Black with #AC7600

Text Example


Text Example

White with #AC7600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7600; }

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

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

background-color css

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

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

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

border-color css

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

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

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