Html Css Color HEX #AB9016 Lucky

📋 copy color: '#AB9016'

red 171 ◦ green 144 ◦ blue 22

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

Shades of Lucky #AB9016

Tints of Lucky #AB9016

RGB

 RED value IS 171 (67.19% from 255) = 50.74%

 GREEN value IS 144 (56.64% from 255) = 42.73%

 BLUE value IS 22 (8.98% from 255) = 6.53%

R = 50.74%
G = 42.73%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB9016 (or 0xAB9016) is known color: Lucky. HEX triplet: AB, 90 and 16. RGB value is (171,144,22). Sum of RGB (Red+Green+Blue) = 171+144+22=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9016 is #546FE9. Grayscale: #8A8A8A. Windows color (decimal): -5533674 or 1478827. OLE color: 1478827.

HSL color Cylindrical-coordinate representation of color #AB9016: hue angle of 49.13º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB9016 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 144 22 -
CMYK 0 0.16 0.87 0.33
HSL 49.13º 0.77% 0.38% -
HSV(B) 49.13º 0.87% 0.67% -
XYZ 26.91 28.66 4.87 -
YUV 138.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 171 144 22 0 0.16 0.87 0.33 49.13 0.77 0.38
Hex AB 90 16 0 10 57 21 31 4D 26
Octal 253 220 26 0 20 127 41 61 115 46
Binary 10101011 10010000 10110 0 10000 1010111 100001 110001 1001101 100110

Color Harmonies of #AB9016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9016

Black with #AB9016

Text Example


Text Example

White with #AB9016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9016; }

 p { color: rgb(171,144,22); }

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

background-color css

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

 a { background-color: rgb(171,144,22); }

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

border-color css

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

 span { border-color: rgb(171,144,22); }

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