Html Css Color HEX #AC9C0B Lucky

📋 copy color: '#AC9C0B'

red 172 ◦ green 156 ◦ blue 11

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

Shades of Lucky #AC9C0B

Tints of Lucky #AC9C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 50.74%
G = 46.02%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC9C0B (or 0xAC9C0B) is known color: Lucky. HEX triplet: AC, 9C and 0B. RGB value is (172,156,11). Sum of RGB (Red+Green+Blue) = 172+156+11=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9C0B is #5363F4. Grayscale: #909090. Windows color (decimal): -5465077 or 761004. OLE color: 761004.

HSL color Cylindrical-coordinate representation of color #AC9C0B: hue angle of 54.04º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC9C0B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 156 11 -
CMYK 0 0.09 0.94 0.33
HSL 54.04º 0.88% 0.36% -
HSV(B) 54.04º 0.94% 0.67% -
XYZ 28.96 32.57 5.08 -
YUV 144.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 172 156 11 0 0.09 0.94 0.33 54.04 0.88 0.36
Hex AC 9C B 0 9 5E 21 36 58 24
Octal 254 234 13 0 11 136 41 66 130 44
Binary 10101100 10011100 1011 0 1001 1011110 100001 110110 1011000 100100

Color Harmonies of #AC9C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C0B

Black with #AC9C0B

Text Example


Text Example

White with #AC9C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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