Html Css Color HEX #AC840E Dark Goldenrod

📋 copy color: '#AC840E'

red 172 ◦ green 132 ◦ blue 14

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

Shades of Dark Goldenrod #AC840E

Tints of Dark Goldenrod #AC840E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 54.09%
G = 41.51%
B = 4.4%

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

#AC840E (or 0xAC840E) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 0E. RGB value is (172,132,14). Sum of RGB (Red+Green+Blue) = 172+132+14=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC840E is #537BF1. Grayscale: #838383. Windows color (decimal): -5471218 or 951468. OLE color: 951468.

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

Color convert

RGB 172 132 14 -
CMYK 0 0.23 0.92 0.33
HSL 44.81º 0.85% 0.36% -
HSV(B) 44.81º 0.92% 0.67% -
XYZ 25.34 25.3 3.96 -
YUV 130.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 172 132 14 0 0.23 0.92 0.33 44.81 0.85 0.36
Hex AC 84 E 0 17 5C 21 2D 55 24
Octal 254 204 16 0 27 134 41 55 125 44
Binary 10101100 10000100 1110 0 10111 1011100 100001 101101 1010101 100100

Color Harmonies of #AC840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC840E

Black with #AC840E

Text Example


Text Example

White with #AC840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC840E; }

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

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

background-color css

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

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

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

border-color css

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

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

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