Html Css Color HEX #AB9F1F Lucky

📋 copy color: '#AB9F1F'

red 171 ◦ green 159 ◦ blue 31

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

Shades of Lucky #AB9F1F

Tints of Lucky #AB9F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.59%

R = 47.37%
G = 44.04%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB9F1F (or 0xAB9F1F) is known color: Lucky. HEX triplet: AB, 9F and 1F. RGB value is (171,159,31). Sum of RGB (Red+Green+Blue) = 171+159+31=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9F1F is #5460E0. Grayscale: #949494. Windows color (decimal): -5529825 or 2072491. OLE color: 2072491.

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

Color convert

RGB 171 159 31 -
CMYK 0 0.07 0.82 0.33
HSL 54.86º 0.69% 0.4% -
HSV(B) 54.86º 0.82% 0.67% -
XYZ 29.44 33.55 6.22 -
YUV 148 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 171 159 31 0 0.07 0.82 0.33 54.86 0.69 0.4
Hex AB 9F 1F 0 7 52 21 37 45 28
Octal 253 237 37 0 7 122 41 67 105 50
Binary 10101011 10011111 11111 0 111 1010010 100001 110111 1000101 101000

Color Harmonies of #AB9F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9F1F

Black with #AB9F1F

Text Example


Text Example

White with #AB9F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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