Html Css Color HEX #ABA519 Lucky

📋 copy color: '#ABA519'

red 171 ◦ green 165 ◦ blue 25

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

Shades of Lucky #ABA519

Tints of Lucky #ABA519

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.71%

 BLUE value IS 25 (10.16% from 255) = 6.93%

R = 47.37%
G = 45.71%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#ABA519 (or 0xABA519) is known color: Lucky. HEX triplet: AB, A5 and 19. RGB value is (171,165,25). Sum of RGB (Red+Green+Blue) = 171+165+25=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 165 (64.84% from 255 or 45.71% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA519 is #545AE6. Grayscale: #979797. Windows color (decimal): -5528295 or 1680811. OLE color: 1680811.

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

Color convert

RGB 171 165 25 -
CMYK 0 0.04 0.85 0.33
HSL 57.53º 0.74% 0.38% -
HSV(B) 57.53º 0.85% 0.67% -
XYZ 30.43 35.64 6.2 -
YUV 150.83 56.99 142.38 -
System Red Green Blue C M Y K H S L
Decimal 171 165 25 0 0.04 0.85 0.33 57.53 0.74 0.38
Hex AB A5 19 0 4 55 21 3A 4A 26
Octal 253 245 31 0 4 125 41 72 112 46
Binary 10101011 10100101 11001 0 100 1010101 100001 111010 1001010 100110

Color Harmonies of #ABA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA519

Black with #ABA519

Text Example


Text Example

White with #ABA519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA519; }

 p { color: rgb(171,165,25); }

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

background-color css

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

 a { background-color: rgb(171,165,25); }

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

border-color css

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

 span { border-color: rgb(171,165,25); }

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