Html Css Color HEX #AB9316 Lucky

📋 copy color: '#AB9316'

red 171 ◦ green 147 ◦ blue 22

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

Shades of Lucky #AB9316

Tints of Lucky #AB9316

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.24%

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

R = 50.29%
G = 43.24%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB9316 (or 0xAB9316) is known color: Lucky. HEX triplet: AB, 93 and 16. RGB value is (171,147,22). Sum of RGB (Red+Green+Blue) = 171+147+22=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9316 is #546CE9. Grayscale: #8C8C8C. Windows color (decimal): -5532906 or 1479595. OLE color: 1479595.

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

Color convert

RGB 171 147 22 -
CMYK 0 0.14 0.87 0.33
HSL 50.34º 0.77% 0.38% -
HSV(B) 50.34º 0.87% 0.67% -
XYZ 27.37 29.58 5.03 -
YUV 139.93 61.45 150.16 -
System Red Green Blue C M Y K H S L
Decimal 171 147 22 0 0.14 0.87 0.33 50.34 0.77 0.38
Hex AB 93 16 0 E 57 21 32 4D 26
Octal 253 223 26 0 16 127 41 62 115 46
Binary 10101011 10010011 10110 0 1110 1010111 100001 110010 1001101 100110

Color Harmonies of #AB9316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9316

Black with #AB9316

Text Example


Text Example

White with #AB9316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9316; }

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

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

background-color css

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

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

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

border-color css

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

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

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