Html Css Color HEX #ABA31F Lucky

📋 copy color: '#ABA31F'

red 171 ◦ green 163 ◦ blue 31

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

Shades of Lucky #ABA31F

Tints of Lucky #ABA31F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.66%

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

R = 46.85%
G = 44.66%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#ABA31F (or 0xABA31F) is known color: Lucky. HEX triplet: AB, A3 and 1F. RGB value is (171,163,31). Sum of RGB (Red+Green+Blue) = 171+163+31=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA31F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA31F is #545CE0. Grayscale: #969696. Windows color (decimal): -5528801 or 2073515. OLE color: 2073515.

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

Color convert

RGB 171 163 31 -
CMYK 0 0.05 0.82 0.33
HSL 56.57º 0.69% 0.4% -
HSV(B) 56.57º 0.82% 0.67% -
XYZ 30.14 34.95 6.45 -
YUV 150.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 171 163 31 0 0.05 0.82 0.33 56.57 0.69 0.4
Hex AB A3 1F 0 5 52 21 39 45 28
Octal 253 243 37 0 5 122 41 71 105 50
Binary 10101011 10100011 11111 0 101 1010010 100001 111001 1000101 101000

Color Harmonies of #ABA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA31F

Black with #ABA31F

Text Example


Text Example

White with #ABA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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