Html Css Color HEX #AC8711 Dark Goldenrod

📋 copy color: '#AC8711'

red 172 ◦ green 135 ◦ blue 17

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

Shades of Dark Goldenrod #AC8711

Tints of Dark Goldenrod #AC8711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.25%

R = 53.09%
G = 41.67%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC8711 (or 0xAC8711) is known color: Dark Goldenrod. HEX triplet: AC, 87 and 11. RGB value is (172,135,17). Sum of RGB (Red+Green+Blue) = 172+135+17=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8711 is #5378EE. Grayscale: #858585. Windows color (decimal): -5470447 or 1148844. OLE color: 1148844.

HSL color Cylindrical-coordinate representation of color #AC8711: hue angle of 45.68º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC8711 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 135 17 -
CMYK 0 0.22 0.90 0.33
HSL 45.68º 0.82% 0.37% -
HSV(B) 45.68º 0.9% 0.67% -
XYZ 25.78 26.14 4.22 -
YUV 132.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 172 135 17 0 0.22 0.90 0.33 45.68 0.82 0.37
Hex AC 87 11 0 16 5A 21 2E 52 25
Octal 254 207 21 0 26 132 41 56 122 45
Binary 10101100 10000111 10001 0 10110 1011010 100001 101110 1010010 100101

Color Harmonies of #AC8711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8711

Black with #AC8711

Text Example


Text Example

White with #AC8711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8711; }

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

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

background-color css

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

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

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

border-color css

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

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

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