Html Css Color HEX #AC8D0D Dark Goldenrod

📋 copy color: '#AC8D0D'

red 172 ◦ green 141 ◦ blue 13

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

Shades of Dark Goldenrod #AC8D0D

Tints of Dark Goldenrod #AC8D0D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.25%

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

R = 52.76%
G = 43.25%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC8D0D (or 0xAC8D0D) is known color: Dark Goldenrod. HEX triplet: AC, 8D and 0D. RGB value is (172,141,13). Sum of RGB (Red+Green+Blue) = 172+141+13=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8D0D is #5372F2. Grayscale: #888888. Windows color (decimal): -5468915 or 888236. OLE color: 888236.

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

Color convert

RGB 172 141 13 -
CMYK 0 0.18 0.92 0.33
HSL 48.3º 0.86% 0.36% -
HSV(B) 48.3º 0.92% 0.67% -
XYZ 26.61 27.85 4.35 -
YUV 135.68 58.77 153.91 -
System Red Green Blue C M Y K H S L
Decimal 172 141 13 0 0.18 0.92 0.33 48.3 0.86 0.36
Hex AC 8D D 0 12 5C 21 30 56 24
Octal 254 215 15 0 22 134 41 60 126 44
Binary 10101100 10001101 1101 0 10010 1011100 100001 110000 1010110 100100

Color Harmonies of #AC8D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D0D

Black with #AC8D0D

Text Example


Text Example

White with #AC8D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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