Html Css Color HEX #AC9B0C Lucky

📋 copy color: '#AC9B0C'

red 172 ◦ green 155 ◦ blue 12

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

Shades of Lucky #AC9B0C

Tints of Lucky #AC9B0C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.72%

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

R = 50.74%
G = 45.72%
B = 3.54%

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

#AC9B0C (or 0xAC9B0C) is known color: Lucky. HEX triplet: AC, 9B and 0C. RGB value is (172,155,12). Sum of RGB (Red+Green+Blue) = 172+155+12=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9B0C is #5364F3. Grayscale: #909090. Windows color (decimal): -5465332 or 826284. OLE color: 826284.

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

Color convert

RGB 172 155 12 -
CMYK 0 0.10 0.93 0.33
HSL 53.63º 0.87% 0.36% -
HSV(B) 53.63º 0.93% 0.67% -
XYZ 28.8 32.24 5.05 -
YUV 143.78 53.63 148.13 -
System Red Green Blue C M Y K H S L
Decimal 172 155 12 0 0.10 0.93 0.33 53.63 0.87 0.36
Hex AC 9B C 0 A 5D 21 36 57 24
Octal 254 233 14 0 12 135 41 66 127 44
Binary 10101100 10011011 1100 0 1010 1011101 100001 110110 1010111 100100

Color Harmonies of #AC9B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B0C

Black with #AC9B0C

Text Example


Text Example

White with #AC9B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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