Html Css Color HEX #AC8913 Dark Goldenrod

📋 copy color: '#AC8913'

red 172 ◦ green 137 ◦ blue 19

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

Shades of Dark Goldenrod #AC8913

Tints of Dark Goldenrod #AC8913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.77%

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 52.44%
G = 41.77%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC8913 (or 0xAC8913) is known color: Dark Goldenrod. HEX triplet: AC, 89 and 13. RGB value is (172,137,19). Sum of RGB (Red+Green+Blue) = 172+137+19=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8913 is #5376EC. Grayscale: #868686. Windows color (decimal): -5469933 or 1280428. OLE color: 1280428.

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

Color convert

RGB 172 137 19 -
CMYK 0 0.20 0.89 0.33
HSL 46.27º 0.8% 0.37% -
HSV(B) 46.27º 0.89% 0.67% -
XYZ 26.08 26.71 4.4 -
YUV 134.01 63.1 155.09 -
System Red Green Blue C M Y K H S L
Decimal 172 137 19 0 0.20 0.89 0.33 46.27 0.8 0.37
Hex AC 89 13 0 14 59 21 2E 50 25
Octal 254 211 23 0 24 131 41 56 120 45
Binary 10101100 10001001 10011 0 10100 1011001 100001 101110 1010000 100101

Color Harmonies of #AC8913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8913

Black with #AC8913

Text Example


Text Example

White with #AC8913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8913; }

 p { color: rgb(172,137,19); }

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

background-color css

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

 a { background-color: rgb(172,137,19); }

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

border-color css

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

 span { border-color: rgb(172,137,19); }

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