Html Css Color HEX #AC840B Dark Goldenrod

📋 copy color: '#AC840B'

red 172 ◦ green 132 ◦ blue 11

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

Shades of Dark Goldenrod #AC840B

Tints of Dark Goldenrod #AC840B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.49%

R = 54.6%
G = 41.9%
B = 3.49%

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

#AC840B (or 0xAC840B) is known color: Dark Goldenrod. HEX triplet: AC, 84 and 0B. RGB value is (172,132,11). Sum of RGB (Red+Green+Blue) = 172+132+11=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC840B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC840B is #537BF4. Grayscale: #828282. Windows color (decimal): -5471221 or 754860. OLE color: 754860.

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

Color convert

RGB 172 132 11 -
CMYK 0 0.23 0.94 0.33
HSL 45.09º 0.88% 0.36% -
HSV(B) 45.09º 0.94% 0.67% -
XYZ 25.32 25.3 3.86 -
YUV 130.17 60.75 157.84 -
System Red Green Blue C M Y K H S L
Decimal 172 132 11 0 0.23 0.94 0.33 45.09 0.88 0.36
Hex AC 84 B 0 17 5E 21 2D 58 24
Octal 254 204 13 0 27 136 41 55 130 44
Binary 10101100 10000100 1011 0 10111 1011110 100001 101101 1011000 100100

Color Harmonies of #AC840B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC840B

Black with #AC840B

Text Example


Text Example

White with #AC840B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC840B; }

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

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

background-color css

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

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

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

border-color css

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

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

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