Html Css Color HEX #AC9A0C Lucky

📋 copy color: '#AC9A0C'

red 172 ◦ green 154 ◦ blue 12

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

Shades of Lucky #AC9A0C

Tints of Lucky #AC9A0C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.56%

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

R = 50.89%
G = 45.56%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC9A0C (or 0xAC9A0C) is known color: Lucky. HEX triplet: AC, 9A and 0C. RGB value is (172,154,12). Sum of RGB (Red+Green+Blue) = 172+154+12=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9A0C is #5365F3. Grayscale: #8F8F8F. Windows color (decimal): -5465588 or 826028. OLE color: 826028.

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

Color convert

RGB 172 154 12 -
CMYK 0 0.10 0.93 0.33
HSL 53.25º 0.87% 0.36% -
HSV(B) 53.25º 0.93% 0.67% -
XYZ 28.64 31.91 5 -
YUV 143.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 172 154 12 0 0.10 0.93 0.33 53.25 0.87 0.36
Hex AC 9A C 0 A 5D 21 35 57 24
Octal 254 232 14 0 12 135 41 65 127 44
Binary 10101100 10011010 1100 0 1010 1011101 100001 110101 1010111 100100

Color Harmonies of #AC9A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A0C

Black with #AC9A0C

Text Example


Text Example

White with #AC9A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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