Html Css Color HEX #AC980A Lucky

📋 copy color: '#AC980A'

red 172 ◦ green 152 ◦ blue 10

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

Shades of Lucky #AC980A

Tints of Lucky #AC980A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 51.5%
G = 45.51%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC980A (or 0xAC980A) is known color: Lucky. HEX triplet: AC, 98 and 0A. RGB value is (172,152,10). Sum of RGB (Red+Green+Blue) = 172+152+10=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC980A is #5367F5. Grayscale: #8E8E8E. Windows color (decimal): -5466102 or 694444. OLE color: 694444.

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

Color convert

RGB 172 152 10 -
CMYK 0 0.12 0.94 0.33
HSL 52.59º 0.89% 0.36% -
HSV(B) 52.59º 0.94% 0.67% -
XYZ 28.3 31.25 4.83 -
YUV 141.79 53.63 149.55 -
System Red Green Blue C M Y K H S L
Decimal 172 152 10 0 0.12 0.94 0.33 52.59 0.89 0.36
Hex AC 98 A 0 C 5E 21 35 59 24
Octal 254 230 12 0 14 136 41 65 131 44
Binary 10101100 10011000 1010 0 1100 1011110 100001 110101 1011001 100100

Color Harmonies of #AC980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC980A

Black with #AC980A

Text Example


Text Example

White with #AC980A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC980A; }

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

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

background-color css

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

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

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

border-color css

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

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

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