Html Css Color HEX #AC8710 Dark Goldenrod

📋 copy color: '#AC8710'

red 172 ◦ green 135 ◦ blue 16

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

Shades of Dark Goldenrod #AC8710

Tints of Dark Goldenrod #AC8710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.95%

R = 53.25%
G = 41.8%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC8710 (or 0xAC8710) is known color: Dark Goldenrod. HEX triplet: AC, 87 and 10. RGB value is (172,135,16). Sum of RGB (Red+Green+Blue) = 172+135+16=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8710 is #5378EF. Grayscale: #858585. Windows color (decimal): -5470448 or 1083308. OLE color: 1083308.

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

Color convert

RGB 172 135 16 -
CMYK 0 0.22 0.91 0.33
HSL 45.77º 0.83% 0.37% -
HSV(B) 45.77º 0.91% 0.67% -
XYZ 25.77 26.14 4.18 -
YUV 132.5 62.26 156.18 -
System Red Green Blue C M Y K H S L
Decimal 172 135 16 0 0.22 0.91 0.33 45.77 0.83 0.37
Hex AC 87 10 0 16 5B 21 2E 53 25
Octal 254 207 20 0 26 133 41 56 123 45
Binary 10101100 10000111 10000 0 10110 1011011 100001 101110 1010011 100101

Color Harmonies of #AC8710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8710

Black with #AC8710

Text Example


Text Example

White with #AC8710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8710; }

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

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

background-color css

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

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

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

border-color css

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

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

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