Html Css Color HEX #AB9F14 Lucky

📋 copy color: '#AB9F14'

red 171 ◦ green 159 ◦ blue 20

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

Shades of Lucky #AB9F14

Tints of Lucky #AB9F14

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.43%

 BLUE value IS 20 (8.2% from 255) = 5.71%

R = 48.86%
G = 45.43%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB9F14 (or 0xAB9F14) is known color: Lucky. HEX triplet: AB, 9F and 14. RGB value is (171,159,20). Sum of RGB (Red+Green+Blue) = 171+159+20=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9F14 is #5460EB. Grayscale: #939393. Windows color (decimal): -5529836 or 1351595. OLE color: 1351595.

HSL color Cylindrical-coordinate representation of color #AB9F14: hue angle of 55.23º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB9F14 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 159 20 -
CMYK 0 0.07 0.88 0.33
HSL 55.23º 0.79% 0.37% -
HSV(B) 55.23º 0.88% 0.67% -
XYZ 29.32 33.5 5.58 -
YUV 146.74 56.48 145.3 -
System Red Green Blue C M Y K H S L
Decimal 171 159 20 0 0.07 0.88 0.33 55.23 0.79 0.37
Hex AB 9F 14 0 7 58 21 37 4F 25
Octal 253 237 24 0 7 130 41 67 117 45
Binary 10101011 10011111 10100 0 111 1011000 100001 110111 1001111 100101

Color Harmonies of #AB9F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F14

Black with #AB9F14

Text Example


Text Example

White with #AB9F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F14; }

 p { color: rgb(171,159,20); }

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

background-color css

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

 a { background-color: rgb(171,159,20); }

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

border-color css

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

 span { border-color: rgb(171,159,20); }

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