Html Css Color HEX #ABA405 Lucky

📋 copy color: '#ABA405'

red 171 ◦ green 164 ◦ blue 5

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

Shades of Lucky #ABA405

Tints of Lucky #ABA405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 50.29%
G = 48.24%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#ABA405 (or 0xABA405) is known color: Lucky. HEX triplet: AB, A4 and 05. RGB value is (171,164,5). Sum of RGB (Red+Green+Blue) = 171+164+5=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA405 is #545BFA. Grayscale: #949494. Windows color (decimal): -5528571 or 369835. OLE color: 369835.

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

Color convert

RGB 171 164 5 -
CMYK 0 0.04 0.97 0.33
HSL 57.47º 0.94% 0.35% -
HSV(B) 57.47º 0.97% 0.67% -
XYZ 30.1 35.22 5.36 -
YUV 147.97 47.32 144.43 -
System Red Green Blue C M Y K H S L
Decimal 171 164 5 0 0.04 0.97 0.33 57.47 0.94 0.35
Hex AB A4 5 0 4 61 21 39 5E 23
Octal 253 244 5 0 4 141 41 71 136 43
Binary 10101011 10100100 101 0 100 1100001 100001 111001 1011110 100011

Color Harmonies of #ABA405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA405

Black with #ABA405

Text Example


Text Example

White with #ABA405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA405; }

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

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

background-color css

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

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

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

border-color css

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

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

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