Html Css Color HEX #AC8514 Dark Goldenrod

📋 copy color: '#AC8514'

red 172 ◦ green 133 ◦ blue 20

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

Shades of Dark Goldenrod #AC8514

Tints of Dark Goldenrod #AC8514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 52.92%
G = 40.92%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC8514 (or 0xAC8514) is known color: Dark Goldenrod. HEX triplet: AC, 85 and 14. RGB value is (172,133,20). Sum of RGB (Red+Green+Blue) = 172+133+20=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8514 is #537AEB. Grayscale: #848484. Windows color (decimal): -5470956 or 1344940. OLE color: 1344940.

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

Color convert

RGB 172 133 20 -
CMYK 0 0.23 0.88 0.33
HSL 44.61º 0.79% 0.38% -
HSV(B) 44.61º 0.88% 0.67% -
XYZ 25.53 25.6 4.26 -
YUV 131.78 64.92 156.69 -
System Red Green Blue C M Y K H S L
Decimal 172 133 20 0 0.23 0.88 0.33 44.61 0.79 0.38
Hex AC 85 14 0 17 58 21 2D 4F 26
Octal 254 205 24 0 27 130 41 55 117 46
Binary 10101100 10000101 10100 0 10111 1011000 100001 101101 1001111 100110

Color Harmonies of #AC8514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8514

Black with #AC8514

Text Example


Text Example

White with #AC8514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8514; }

 p { color: rgb(172,133,20); }

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

background-color css

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

 a { background-color: rgb(172,133,20); }

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

border-color css

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

 span { border-color: rgb(172,133,20); }

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