Html Css Color HEX #AC840A Dark Goldenrod

📋 copy color: '#AC840A'

red 172 ◦ green 132 ◦ blue 10

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

Shades of Dark Goldenrod #AC840A

Tints of Dark Goldenrod #AC840A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 54.78%
G = 42.04%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC840A (or 0xAC840A) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 0A. RGB value is (172,132,10). Sum of RGB (Red+Green+Blue) = 172+132+10=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC840A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC840A is #537BF5. Grayscale: #828282. Windows color (decimal): -5471222 or 689324. OLE color: 689324.

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

Color convert

RGB 172 132 10 -
CMYK 0 0.23 0.94 0.33
HSL 45.19º 0.89% 0.36% -
HSV(B) 45.19º 0.94% 0.67% -
XYZ 25.32 25.3 3.84 -
YUV 130.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 172 132 10 0 0.23 0.94 0.33 45.19 0.89 0.36
Hex AC 84 A 0 17 5E 21 2D 59 24
Octal 254 204 12 0 27 136 41 55 131 44
Binary 10101100 10000100 1010 0 10111 1011110 100001 101101 1011001 100100

Color Harmonies of #AC840A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC840A

Black with #AC840A

Text Example


Text Example

White with #AC840A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC840A; }

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

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

background-color css

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

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

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

border-color css

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

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

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