Html Css Color HEX #AB9616 Lucky

📋 copy color: '#AB9616'

red 171 ◦ green 150 ◦ blue 22

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

Shades of Lucky #AB9616

Tints of Lucky #AB9616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.73%

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

R = 49.85%
G = 43.73%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB9616 (or 0xAB9616) is known color: Lucky. HEX triplet: AB, 96 and 16. RGB value is (171,150,22). Sum of RGB (Red+Green+Blue) = 171+150+22=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9616 is #5469E9. Grayscale: #8E8E8E. Windows color (decimal): -5532138 or 1480363. OLE color: 1480363.

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

Color convert

RGB 171 150 22 -
CMYK 0 0.12 0.87 0.33
HSL 51.54º 0.77% 0.38% -
HSV(B) 51.54º 0.87% 0.67% -
XYZ 27.85 30.53 5.18 -
YUV 141.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 171 150 22 0 0.12 0.87 0.33 51.54 0.77 0.38
Hex AB 96 16 0 C 57 21 34 4D 26
Octal 253 226 26 0 14 127 41 64 115 46
Binary 10101011 10010110 10110 0 1100 1010111 100001 110100 1001101 100110

Color Harmonies of #AB9616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9616

Black with #AB9616

Text Example


Text Example

White with #AB9616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9616; }

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

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

background-color css

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

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

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

border-color css

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

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

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