Html Css Color HEX #AC990B Lucky

📋 copy color: '#AC990B'

red 172 ◦ green 153 ◦ blue 11

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

Shades of Lucky #AC990B

Tints of Lucky #AC990B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.54%

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

R = 51.19%
G = 45.54%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC990B (or 0xAC990B) is known color: Lucky. HEX triplet: AC, 99 and 0B. RGB value is (172,153,11). Sum of RGB (Red+Green+Blue) = 172+153+11=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC990B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC990B is #5366F4. Grayscale: #8F8F8F. Windows color (decimal): -5465845 or 760236. OLE color: 760236.

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

Color convert

RGB 172 153 11 -
CMYK 0 0.11 0.94 0.33
HSL 52.92º 0.88% 0.36% -
HSV(B) 52.92º 0.94% 0.67% -
XYZ 28.46 31.58 4.91 -
YUV 142.49 53.79 149.05 -
System Red Green Blue C M Y K H S L
Decimal 172 153 11 0 0.11 0.94 0.33 52.92 0.88 0.36
Hex AC 99 B 0 B 5E 21 35 58 24
Octal 254 231 13 0 13 136 41 65 130 44
Binary 10101100 10011001 1011 0 1011 1011110 100001 110101 1011000 100100

Color Harmonies of #AC990B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC990B

Black with #AC990B

Text Example


Text Example

White with #AC990B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC990B; }

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

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

background-color css

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

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

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

border-color css

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

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

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