Html Css Color HEX #AC980C Lucky

📋 copy color: '#AC980C'

red 172 ◦ green 152 ◦ blue 12

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

Shades of Lucky #AC980C

Tints of Lucky #AC980C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 51.19%
G = 45.24%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC980C (or 0xAC980C) is known color: Lucky. HEX triplet: AC, 98 and 0C. RGB value is (172,152,12). Sum of RGB (Red+Green+Blue) = 172+152+12=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC980C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC980C is #5367F3. Grayscale: #8E8E8E. Windows color (decimal): -5466100 or 825516. OLE color: 825516.

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

Color convert

RGB 172 152 12 -
CMYK 0 0.12 0.93 0.33
HSL 52.5º 0.87% 0.36% -
HSV(B) 52.5º 0.93% 0.67% -
XYZ 28.31 31.25 4.89 -
YUV 142.02 54.63 149.38 -
System Red Green Blue C M Y K H S L
Decimal 172 152 12 0 0.12 0.93 0.33 52.5 0.87 0.36
Hex AC 98 C 0 C 5D 21 34 57 24
Octal 254 230 14 0 14 135 41 64 127 44
Binary 10101100 10011000 1100 0 1100 1011101 100001 110100 1010111 100100

Color Harmonies of #AC980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC980C

Black with #AC980C

Text Example


Text Example

White with #AC980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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