Html Css Color HEX #AC8314 Dark Goldenrod

📋 copy color: '#AC8314'

red 172 ◦ green 131 ◦ blue 20

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

Shades of Dark Goldenrod #AC8314

Tints of Dark Goldenrod #AC8314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

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

R = 53.25%
G = 40.56%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC8314 (or 0xAC8314) is known color: Dark Goldenrod. HEX triplet: AC, 83 and 14. RGB value is (172,131,20). Sum of RGB (Red+Green+Blue) = 172+131+20=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8314 is #537CEB. Grayscale: #838383. Windows color (decimal): -5471468 or 1344428. OLE color: 1344428.

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

Color convert

RGB 172 131 20 -
CMYK 0 0.24 0.88 0.33
HSL 43.82º 0.79% 0.38% -
HSV(B) 43.82º 0.88% 0.67% -
XYZ 25.26 25.05 4.17 -
YUV 130.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 172 131 20 0 0.24 0.88 0.33 43.82 0.79 0.38
Hex AC 83 14 0 18 58 21 2C 4F 26
Octal 254 203 24 0 30 130 41 54 117 46
Binary 10101100 10000011 10100 0 11000 1011000 100001 101100 1001111 100110

Color Harmonies of #AC8314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8314

Black with #AC8314

Text Example


Text Example

White with #AC8314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8314; }

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

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

background-color css

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

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

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

border-color css

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

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

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