Html Css Color HEX #ABA40F Lucky

📋 copy color: '#ABA40F'

red 171 ◦ green 164 ◦ blue 15

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

Shades of Lucky #ABA40F

Tints of Lucky #ABA40F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.86%

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 48.86%
G = 46.86%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ABA40F (or 0xABA40F) is known color: Lucky. HEX triplet: AB, A4 and 0F. RGB value is (171,164,15). Sum of RGB (Red+Green+Blue) = 171+164+15=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA40F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA40F is #545BF0. Grayscale: #959595. Windows color (decimal): -5528561 or 1025195. OLE color: 1025195.

HSL color Cylindrical-coordinate representation of color #ABA40F: hue angle of 57.31º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABA40F is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 15 -
CMYK 0 0.04 0.91 0.33
HSL 57.31º 0.84% 0.36% -
HSV(B) 57.31º 0.91% 0.67% -
XYZ 30.16 35.24 5.67 -
YUV 149.11 52.32 143.62 -
System Red Green Blue C M Y K H S L
Decimal 171 164 15 0 0.04 0.91 0.33 57.31 0.84 0.36
Hex AB A4 F 0 4 5B 21 39 54 24
Octal 253 244 17 0 4 133 41 71 124 44
Binary 10101011 10100100 1111 0 100 1011011 100001 111001 1010100 100100

Color Harmonies of #ABA40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA40F

Black with #ABA40F

Text Example


Text Example

White with #ABA40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA40F; }

 p { color: rgb(171,164,15); }

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

background-color css

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

 a { background-color: rgb(171,164,15); }

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

border-color css

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

 span { border-color: rgb(171,164,15); }

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