Html Css Color HEX #AB8D16 Lucky

📋 copy color: '#AB8D16'

red 171 ◦ green 141 ◦ blue 22

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

Shades of Lucky #AB8D16

Tints of Lucky #AB8D16

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.22%

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

R = 51.2%
G = 42.22%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB8D16 (or 0xAB8D16) is known color: Lucky. HEX triplet: AB, 8D and 16. RGB value is (171,141,22). Sum of RGB (Red+Green+Blue) = 171+141+22=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 141 (55.47% from 255 or 42.22% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8D16 is #5472E9. Grayscale: #888888. Windows color (decimal): -5534442 or 1478059. OLE color: 1478059.

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

Color convert

RGB 171 141 22 -
CMYK 0 0.18 0.87 0.33
HSL 47.92º 0.77% 0.38% -
HSV(B) 47.92º 0.87% 0.67% -
XYZ 26.46 27.77 4.72 -
YUV 136.4 63.44 152.68 -
System Red Green Blue C M Y K H S L
Decimal 171 141 22 0 0.18 0.87 0.33 47.92 0.77 0.38
Hex AB 8D 16 0 12 57 21 30 4D 26
Octal 253 215 26 0 22 127 41 60 115 46
Binary 10101011 10001101 10110 0 10010 1010111 100001 110000 1001101 100110

Color Harmonies of #AB8D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D16

Black with #AB8D16

Text Example


Text Example

White with #AB8D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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