#AC980D

Color #AC980D Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #AC980D

Tints of Lucky #AC980D

Color information

#AC980D (or 0xAC980D) is unknown color: approx Lucky. HEX triplet: AC, 98 and 0D. RGB value is (172,152,13). Sum of RGB (Red+Green+Blue) = 172+152+13=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC980D is #5367F2. Grayscale: #8E8E8E. Windows color (decimal): -5466099 or 891052. OLE color: 891052.

HSL color Cylindrical-coordinate representation of color #AC980D: hue angle of 52.45º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC980D is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB17215213-
CMYK00.120.920.33
HSL52.45º85.95%36.27%-
HSV(B)52.45º92.44%67.45%-
XYZ28.3131.264.92-
YUV142.1355.13149.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 13 (5.47% from 255) = 3.86%
R=51.04%
G=45.10%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721521300.120.920.3352.4585.9536.27
HexAC98D0C5C21345624
Octal25423015014134416412644
Binary101011001001100011010110010111001000011101001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC980D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC980D; }

 p { color: rgb(172,152,13); }

 H1.HeaderClassName
 {
   color: #AC980D;
 }
 .AnyTagClassName
 {
   color: #AC980D;
 }
</style>
background-color css

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

 a { background-color: rgb(172,152,13); }

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

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

 span { border-color: rgb(172,152,13); }

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