Html Css Color HEX #ABA919 Lucky

📋 copy color: '#ABA919'

red 171 ◦ green 169 ◦ blue 25

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

Shades of Lucky #ABA919

Tints of Lucky #ABA919

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.3%

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

R = 46.85%
G = 46.3%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#ABA919 (or 0xABA919) is known color: Lucky. HEX triplet: AB, A9 and 19. RGB value is (171,169,25). Sum of RGB (Red+Green+Blue) = 171+169+25=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA919 is #5456E6. Grayscale: #999999. Windows color (decimal): -5527271 or 1681835. OLE color: 1681835.

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

Color convert

RGB 171 169 25 -
CMYK 0 0.01 0.85 0.33
HSL 59.18º 0.74% 0.38% -
HSV(B) 59.18º 0.85% 0.67% -
XYZ 31.16 37.1 6.44 -
YUV 153.18 55.66 140.71 -
System Red Green Blue C M Y K H S L
Decimal 171 169 25 0 0.01 0.85 0.33 59.18 0.74 0.38
Hex AB A9 19 0 1 55 21 3B 4A 26
Octal 253 251 31 0 1 125 41 73 112 46
Binary 10101011 10101001 11001 0 1 1010101 100001 111011 1001010 100110

Color Harmonies of #ABA919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA919

Black with #ABA919

Text Example


Text Example

White with #ABA919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA919; }

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

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

background-color css

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

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

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

border-color css

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

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

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