Html Css Color HEX #AC8700 Dark Goldenrod

📋 copy color: '#AC8700'

red 172 ◦ green 135 ◦ blue 0

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

Shades of Dark Goldenrod #AC8700

Tints of Dark Goldenrod #AC8700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.97%

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

R = 56.03%
G = 43.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC8700 (or 0xAC8700) is known color: Dark Goldenrod. HEX triplet: AC, 87 and 00. RGB value is (172,135,0). Sum of RGB (Red+Green+Blue) = 172+135+0=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8700 is #5378FF. Grayscale: #838383. Windows color (decimal): -5470464 or 34732. OLE color: 34732.

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

Color convert

RGB 172 135 0 -
CMYK 0 0.22 1 0.33
HSL 47.09º 1% 0.34% -
HSV(B) 47.09º 1% 0.67% -
XYZ 25.68 26.1 3.68 -
YUV 130.67 54.26 157.48 -
System Red Green Blue C M Y K H S L
Decimal 172 135 0 0 0.22 1 0.33 47.09 1 0.34
Hex AC 87 0 0 16 64 21 2F 64 22
Octal 254 207 0 0 26 144 41 57 144 42
Binary 10101100 10000111 0 0 10110 1100100 100001 101111 1100100 100010

Color Harmonies of #AC8700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8700

Black with #AC8700

Text Example


Text Example

White with #AC8700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8700; }

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

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

background-color css

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

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

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

border-color css

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

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

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