Html Css Color HEX #AC9F0C Lucky

📋 copy color: '#AC9F0C'

red 172 ◦ green 159 ◦ blue 12

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

Shades of Lucky #AC9F0C

Tints of Lucky #AC9F0C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.36%

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

R = 50.15%
G = 46.36%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC9F0C (or 0xAC9F0C) is known color: Lucky. HEX triplet: AC, 9F and 0C. RGB value is (172,159,12). Sum of RGB (Red+Green+Blue) = 172+159+12=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9F0C is #5360F3. Grayscale: #929292. Windows color (decimal): -5464308 or 827308. OLE color: 827308.

HSL color Cylindrical-coordinate representation of color #AC9F0C: hue angle of 55.12º 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 #AC9F0C is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 159 12 -
CMYK 0 0.08 0.93 0.33
HSL 55.13º 0.87% 0.36% -
HSV(B) 55.13º 0.93% 0.67% -
XYZ 29.48 33.59 5.28 -
YUV 146.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 172 159 12 0 0.08 0.93 0.33 55.13 0.87 0.36
Hex AC 9F C 0 8 5D 21 37 57 24
Octal 254 237 14 0 10 135 41 67 127 44
Binary 10101100 10011111 1100 0 1000 1011101 100001 110111 1010111 100100

Color Harmonies of #AC9F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F0C

Black with #AC9F0C

Text Example


Text Example

White with #AC9F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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