Html Css Color HEX #AC980D Lucky

📋 copy color: '#AC980D'

red 172 ◦ green 152 ◦ blue 13

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

Shades of Lucky #AC980D

Tints of Lucky #AC980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

 BLUE value IS 13 (5.47% from 255) = 3.86%

R = 51.04%
G = 45.1%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC980D (or 0xAC980D) is known color: 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

RGB 172 152 13 -
CMYK 0 0.12 0.92 0.33
HSL 52.45º 0.86% 0.36% -
HSV(B) 52.45º 0.92% 0.67% -
XYZ 28.31 31.26 4.92 -
YUV 142.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 172 152 13 0 0.12 0.92 0.33 52.45 0.86 0.36
Hex AC 98 D 0 C 5C 21 34 56 24
Octal 254 230 15 0 14 134 41 64 126 44
Binary 10101100 10011000 1101 0 1100 1011100 100001 110100 1010110 100100

Color Harmonies of #AC980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC980D

Black with #AC980D

Text Example


Text Example

White with #AC980D

Text Example


Text Example

HTML Codes & Css Web 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>