Html Css Color HEX #AC9C0C Lucky

📋 copy color: '#AC9C0C'

red 172 ◦ green 156 ◦ blue 12

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

Shades of Lucky #AC9C0C

Tints of Lucky #AC9C0C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.88%

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

R = 50.59%
G = 45.88%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC9C0C (or 0xAC9C0C) is known color: Lucky. HEX triplet: AC, 9C and 0C. RGB value is (172,156,12). Sum of RGB (Red+Green+Blue) = 172+156+12=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9C0C is #5363F3. Grayscale: #909090. Windows color (decimal): -5465076 or 826540. OLE color: 826540.

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

Color convert

RGB 172 156 12 -
CMYK 0 0.09 0.93 0.33
HSL 54º 0.87% 0.36% -
HSV(B) 54º 0.93% 0.67% -
XYZ 28.97 32.57 5.11 -
YUV 144.37 53.3 147.71 -
System Red Green Blue C M Y K H S L
Decimal 172 156 12 0 0.09 0.93 0.33 54 0.87 0.36
Hex AC 9C C 0 9 5D 21 36 57 24
Octal 254 234 14 0 11 135 41 66 127 44
Binary 10101100 10011100 1100 0 1001 1011101 100001 110110 1010111 100100

Color Harmonies of #AC9C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C0C

Black with #AC9C0C

Text Example


Text Example

White with #AC9C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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