Html Css Color HEX #ABA419 Lucky

📋 copy color: '#ABA419'

red 171 ◦ green 164 ◦ blue 25

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

Shades of Lucky #ABA419

Tints of Lucky #ABA419

RGB

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

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

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

R = 47.5%
G = 45.56%
B = 6.94%

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

#ABA419 (or 0xABA419) is known color: Lucky. HEX triplet: AB, A4 and 19. RGB value is (171,164,25). Sum of RGB (Red+Green+Blue) = 171+164+25=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA419 is #545BE6. Grayscale: #969696. Windows color (decimal): -5528551 or 1680555. OLE color: 1680555.

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

Color convert

RGB 171 164 25 -
CMYK 0 0.04 0.85 0.33
HSL 57.12º 0.74% 0.38% -
HSV(B) 57.12º 0.85% 0.67% -
XYZ 30.25 35.28 6.14 -
YUV 150.25 57.32 142.8 -
System Red Green Blue C M Y K H S L
Decimal 171 164 25 0 0.04 0.85 0.33 57.12 0.74 0.38
Hex AB A4 19 0 4 55 21 39 4A 26
Octal 253 244 31 0 4 125 41 71 112 46
Binary 10101011 10100100 11001 0 100 1010101 100001 111001 1001010 100110

Color Harmonies of #ABA419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA419

Black with #ABA419

Text Example


Text Example

White with #ABA419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA419; }

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

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

background-color css

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

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

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

border-color css

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

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

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