Html Css Color HEX #AC9B0B Lucky

📋 copy color: '#AC9B0B'

red 172 ◦ green 155 ◦ blue 11

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

Shades of Lucky #AC9B0B

Tints of Lucky #AC9B0B

RGB

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

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

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

R = 50.89%
G = 45.86%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC9B0B (or 0xAC9B0B) is known color: Lucky. HEX triplet: AC, 9B and 0B. RGB value is (172,155,11). Sum of RGB (Red+Green+Blue) = 172+155+11=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9B0B is #5364F4. Grayscale: #909090. Windows color (decimal): -5465333 or 760748. OLE color: 760748.

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

Color convert

RGB 172 155 11 -
CMYK 0 0.10 0.94 0.33
HSL 53.66º 0.88% 0.36% -
HSV(B) 53.66º 0.94% 0.67% -
XYZ 28.8 32.24 5.02 -
YUV 143.67 53.13 148.21 -
System Red Green Blue C M Y K H S L
Decimal 172 155 11 0 0.10 0.94 0.33 53.66 0.88 0.36
Hex AC 9B B 0 A 5E 21 36 58 24
Octal 254 233 13 0 12 136 41 66 130 44
Binary 10101100 10011011 1011 0 1010 1011110 100001 110110 1011000 100100

Color Harmonies of #AC9B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B0B

Black with #AC9B0B

Text Example


Text Example

White with #AC9B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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