Html Css Color HEX #AC9F1C Lucky

📋 copy color: '#AC9F1C'

red 172 ◦ green 159 ◦ blue 28

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

Shades of Lucky #AC9F1C

Tints of Lucky #AC9F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.8%

R = 47.91%
G = 44.29%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC9F1C (or 0xAC9F1C) is known color: Lucky. HEX triplet: AC, 9F and 1C. RGB value is (172,159,28). Sum of RGB (Red+Green+Blue) = 172+159+28=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9F1C is #5360E3. Grayscale: #949494. Windows color (decimal): -5464292 or 1875884. OLE color: 1875884.

HSL color Cylindrical-coordinate representation of color #AC9F1C: hue angle of 54.58º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC9F1C is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 159 28 -
CMYK 0 0.08 0.84 0.33
HSL 54.58º 0.72% 0.39% -
HSV(B) 54.58º 0.84% 0.67% -
XYZ 29.62 33.65 6.03 -
YUV 147.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 172 159 28 0 0.08 0.84 0.33 54.58 0.72 0.39
Hex AC 9F 1C 0 8 54 21 37 48 27
Octal 254 237 34 0 10 124 41 67 110 47
Binary 10101100 10011111 11100 0 1000 1010100 100001 110111 1001000 100111

Color Harmonies of #AC9F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F1C

Black with #AC9F1C

Text Example


Text Example

White with #AC9F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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