Html Css Color HEX #AC860D Dark Goldenrod

📋 copy color: '#AC860D'

red 172 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #AC860D

Tints of Dark Goldenrod #AC860D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.01%

 BLUE value IS 13 (5.47% from 255) = 4.08%

R = 53.92%
G = 42.01%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC860D (or 0xAC860D) is known color: Dark Goldenrod. HEX triplet: AC, 86 and 0D. RGB value is (172,134,13). Sum of RGB (Red+Green+Blue) = 172+134+13=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC860D is #5379F2. Grayscale: #848484. Windows color (decimal): -5470707 or 886444. OLE color: 886444.

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

Color convert

RGB 172 134 13 -
CMYK 0 0.22 0.92 0.33
HSL 45.66º 0.86% 0.36% -
HSV(B) 45.66º 0.92% 0.67% -
XYZ 25.61 25.85 4.02 -
YUV 131.57 61.09 156.84 -
System Red Green Blue C M Y K H S L
Decimal 172 134 13 0 0.22 0.92 0.33 45.66 0.86 0.36
Hex AC 86 D 0 16 5C 21 2E 56 24
Octal 254 206 15 0 26 134 41 56 126 44
Binary 10101100 10000110 1101 0 10110 1011100 100001 101110 1010110 100100

Color Harmonies of #AC860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC860D

Black with #AC860D

Text Example


Text Example

White with #AC860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC860D; }

 p { color: rgb(172,134,13); }

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

background-color css

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

 a { background-color: rgb(172,134,13); }

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

border-color css

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

 span { border-color: rgb(172,134,13); }

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