Html Css Color HEX #ABA019 Lucky

📋 copy color: '#ABA019'

red 171 ◦ green 160 ◦ blue 25

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

Shades of Lucky #ABA019

Tints of Lucky #ABA019

RGB

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

 GREEN value IS 160 (62.89% from 255) = 44.94%

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

R = 48.03%
G = 44.94%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#ABA019 (or 0xABA019) is known color: Lucky. HEX triplet: AB, A0 and 19. RGB value is (171,160,25). Sum of RGB (Red+Green+Blue) = 171+160+25=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA019 is #545FE6. Grayscale: #949494. Windows color (decimal): -5529575 or 1679531. OLE color: 1679531.

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

Color convert

RGB 171 160 25 -
CMYK 0 0.06 0.85 0.33
HSL 55.48º 0.74% 0.38% -
HSV(B) 55.48º 0.85% 0.67% -
XYZ 29.54 33.87 5.9 -
YUV 147.9 58.64 144.48 -
System Red Green Blue C M Y K H S L
Decimal 171 160 25 0 0.06 0.85 0.33 55.48 0.74 0.38
Hex AB A0 19 0 6 55 21 37 4A 26
Octal 253 240 31 0 6 125 41 67 112 46
Binary 10101011 10100000 11001 0 110 1010101 100001 110111 1001010 100110

Color Harmonies of #ABA019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA019

Black with #ABA019

Text Example


Text Example

White with #ABA019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA019; }

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

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

background-color css

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

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

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

border-color css

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

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

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