Html Css Color HEX #AC8A14 Dark Goldenrod

📋 copy color: '#AC8A14'

red 172 ◦ green 138 ◦ blue 20

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

Shades of Dark Goldenrod #AC8A14

Tints of Dark Goldenrod #AC8A14

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.82%

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

R = 52.12%
G = 41.82%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC8A14 (or 0xAC8A14) is known color: Dark Goldenrod. HEX triplet: AC, 8A and 14. RGB value is (172,138,20). Sum of RGB (Red+Green+Blue) = 172+138+20=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A14 is #5375EB. Grayscale: #878787. Windows color (decimal): -5469676 or 1346220. OLE color: 1346220.

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

Color convert

RGB 172 138 20 -
CMYK 0 0.20 0.88 0.33
HSL 46.58º 0.79% 0.38% -
HSV(B) 46.58º 0.88% 0.67% -
XYZ 26.23 27 4.49 -
YUV 134.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 172 138 20 0 0.20 0.88 0.33 46.58 0.79 0.38
Hex AC 8A 14 0 14 58 21 2F 4F 26
Octal 254 212 24 0 24 130 41 57 117 46
Binary 10101100 10001010 10100 0 10100 1011000 100001 101111 1001111 100110

Color Harmonies of #AC8A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A14

Black with #AC8A14

Text Example


Text Example

White with #AC8A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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