Html Css Color HEX #AB9B1F Lucky

📋 copy color: '#AB9B1F'

red 171 ◦ green 155 ◦ blue 31

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

Shades of Lucky #AB9B1F

Tints of Lucky #AB9B1F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.42%

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

R = 47.9%
G = 43.42%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB9B1F (or 0xAB9B1F) is known color: Lucky. HEX triplet: AB, 9B and 1F. RGB value is (171,155,31). Sum of RGB (Red+Green+Blue) = 171+155+31=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9B1F is #5464E0. Grayscale: #929292. Windows color (decimal): -5530849 or 2071467. OLE color: 2071467.

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

Color convert

RGB 171 155 31 -
CMYK 0 0.09 0.82 0.33
HSL 53.14º 0.69% 0.4% -
HSV(B) 53.14º 0.82% 0.67% -
XYZ 28.76 32.2 6 -
YUV 145.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 171 155 31 0 0.09 0.82 0.33 53.14 0.69 0.4
Hex AB 9B 1F 0 9 52 21 35 45 28
Octal 253 233 37 0 11 122 41 65 105 50
Binary 10101011 10011011 11111 0 1001 1010010 100001 110101 1000101 101000

Color Harmonies of #AB9B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9B1F

Black with #AB9B1F

Text Example


Text Example

White with #AB9B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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