Html Css Color HEX #AC840D Dark Goldenrod

📋 copy color: '#AC840D'

red 172 ◦ green 132 ◦ blue 13

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

Shades of Dark Goldenrod #AC840D

Tints of Dark Goldenrod #AC840D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.64%

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

R = 54.26%
G = 41.64%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC840D (or 0xAC840D) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 0D. RGB value is (172,132,13). Sum of RGB (Red+Green+Blue) = 172+132+13=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC840D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC840D is #537BF2. Grayscale: #828282. Windows color (decimal): -5471219 or 885932. OLE color: 885932.

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

Color convert

RGB 172 132 13 -
CMYK 0 0.23 0.92 0.33
HSL 44.91º 0.86% 0.36% -
HSV(B) 44.91º 0.92% 0.67% -
XYZ 25.34 25.3 3.93 -
YUV 130.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 172 132 13 0 0.23 0.92 0.33 44.91 0.86 0.36
Hex AC 84 D 0 17 5C 21 2D 56 24
Octal 254 204 15 0 27 134 41 55 126 44
Binary 10101100 10000100 1101 0 10111 1011100 100001 101101 1010110 100100

Color Harmonies of #AC840D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC840D

Black with #AC840D

Text Example


Text Example

White with #AC840D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC840D; }

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

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

background-color css

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

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

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

border-color css

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

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

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