Html Css Color HEX #AC9F0B Lucky

📋 copy color: '#AC9F0B'

red 172 ◦ green 159 ◦ blue 11

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

Shades of Lucky #AC9F0B

Tints of Lucky #AC9F0B

RGB

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

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

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

R = 50.29%
G = 46.49%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC9F0B (or 0xAC9F0B) is known color: Lucky. HEX triplet: AC, 9F and 0B. RGB value is (172,159,11). Sum of RGB (Red+Green+Blue) = 172+159+11=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 159 (62.5% from 255 or 46.49% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9F0B is #5360F4. Grayscale: #929292. Windows color (decimal): -5464309 or 761772. OLE color: 761772.

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

Color convert

RGB 172 159 11 -
CMYK 0 0.08 0.94 0.33
HSL 55.16º 0.88% 0.36% -
HSV(B) 55.16º 0.94% 0.67% -
XYZ 29.47 33.59 5.25 -
YUV 146.02 51.81 146.53 -
System Red Green Blue C M Y K H S L
Decimal 172 159 11 0 0.08 0.94 0.33 55.16 0.88 0.36
Hex AC 9F B 0 8 5E 21 37 58 24
Octal 254 237 13 0 10 136 41 67 130 44
Binary 10101100 10011111 1011 0 1000 1011110 100001 110111 1011000 100100

Color Harmonies of #AC9F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F0B

Black with #AC9F0B

Text Example


Text Example

White with #AC9F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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