Html Css Color HEX #ABA404 Lucky

📋 copy color: '#ABA404'

red 171 ◦ green 164 ◦ blue 4

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

Shades of Lucky #ABA404

Tints of Lucky #ABA404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.18%

R = 50.44%
G = 48.38%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#ABA404 (or 0xABA404) is known color: Lucky. HEX triplet: AB, A4 and 04. RGB value is (171,164,4). Sum of RGB (Red+Green+Blue) = 171+164+4=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 164 (64.45% from 255 or 48.38% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA404 is #545BFB. Grayscale: #949494. Windows color (decimal): -5528572 or 304299. OLE color: 304299.

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

Color convert

RGB 171 164 4 -
CMYK 0 0.04 0.98 0.33
HSL 57.49º 0.95% 0.34% -
HSV(B) 57.49º 0.98% 0.67% -
XYZ 30.09 35.22 5.33 -
YUV 147.85 46.82 144.51 -
System Red Green Blue C M Y K H S L
Decimal 171 164 4 0 0.04 0.98 0.33 57.49 0.95 0.34
Hex AB A4 4 0 4 62 21 39 5F 22
Octal 253 244 4 0 4 142 41 71 137 42
Binary 10101011 10100100 100 0 100 1100010 100001 111001 1011111 100010

Color Harmonies of #ABA404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA404

Black with #ABA404

Text Example


Text Example

White with #ABA404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA404; }

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

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

background-color css

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

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

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

border-color css

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

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

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