Html Css Color HEX #AC9D0B Lucky

📋 copy color: '#AC9D0B'

red 172 ◦ green 157 ◦ blue 11

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

Shades of Lucky #AC9D0B

Tints of Lucky #AC9D0B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.18%

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

R = 50.59%
G = 46.18%
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

#AC9D0B (or 0xAC9D0B) is known color: Lucky. HEX triplet: AC, 9D and 0B. RGB value is (172,157,11). Sum of RGB (Red+Green+Blue) = 172+157+11=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9D0B is #5362F4. Grayscale: #919191. Windows color (decimal): -5464821 or 761260. OLE color: 761260.

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

Color convert

RGB 172 157 11 -
CMYK 0 0.09 0.94 0.33
HSL 54.41º 0.88% 0.36% -
HSV(B) 54.41º 0.94% 0.67% -
XYZ 29.13 32.91 5.13 -
YUV 144.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 172 157 11 0 0.09 0.94 0.33 54.41 0.88 0.36
Hex AC 9D B 0 9 5E 21 36 58 24
Octal 254 235 13 0 11 136 41 66 130 44
Binary 10101100 10011101 1011 0 1001 1011110 100001 110110 1011000 100100

Color Harmonies of #AC9D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D0B

Black with #AC9D0B

Text Example


Text Example

White with #AC9D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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