Html Css Color HEX #AC8A16 Dark Goldenrod

📋 copy color: '#AC8A16'

red 172 ◦ green 138 ◦ blue 22

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

Shades of Dark Goldenrod #AC8A16

Tints of Dark Goldenrod #AC8A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.63%

R = 51.81%
G = 41.57%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC8A16 (or 0xAC8A16) is known color: Dark Goldenrod. HEX triplet: AC, 8A and 16. RGB value is (172,138,22). Sum of RGB (Red+Green+Blue) = 172+138+22=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC8A16 is #5375E9. Grayscale: #878787. Windows color (decimal): -5469674 or 1477292. OLE color: 1477292.

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

Color convert

RGB 172 138 22 -
CMYK 0 0.20 0.87 0.33
HSL 46.4º 0.77% 0.38% -
HSV(B) 46.4º 0.87% 0.67% -
XYZ 26.25 27.01 4.59 -
YUV 134.94 64.26 154.43 -
System Red Green Blue C M Y K H S L
Decimal 172 138 22 0 0.20 0.87 0.33 46.4 0.77 0.38
Hex AC 8A 16 0 14 57 21 2E 4D 26
Octal 254 212 26 0 24 127 41 56 115 46
Binary 10101100 10001010 10110 0 10100 1010111 100001 101110 1001101 100110

Color Harmonies of #AC8A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A16

Black with #AC8A16

Text Example


Text Example

White with #AC8A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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