Html Css Color HEX #ABA819 Lucky

📋 copy color: '#ABA819'

red 171 ◦ green 168 ◦ blue 25

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

Shades of Lucky #ABA819

Tints of Lucky #ABA819

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.15%

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

R = 46.98%
G = 46.15%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#ABA819 (or 0xABA819) is known color: Lucky. HEX triplet: AB, A8 and 19. RGB value is (171,168,25). Sum of RGB (Red+Green+Blue) = 171+168+25=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA819 is #5457E6. Grayscale: #999999. Windows color (decimal): -5527527 or 1681579. OLE color: 1681579.

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

Color convert

RGB 171 168 25 -
CMYK 0 0.02 0.85 0.33
HSL 58.77º 0.74% 0.38% -
HSV(B) 58.77º 0.85% 0.67% -
XYZ 30.97 36.73 6.38 -
YUV 152.6 55.99 141.13 -
System Red Green Blue C M Y K H S L
Decimal 171 168 25 0 0.02 0.85 0.33 58.77 0.74 0.38
Hex AB A8 19 0 2 55 21 3B 4A 26
Octal 253 250 31 0 2 125 41 73 112 46
Binary 10101011 10101000 11001 0 10 1010101 100001 111011 1001010 100110

Color Harmonies of #ABA819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA819

Black with #ABA819

Text Example


Text Example

White with #ABA819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA819; }

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

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

background-color css

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

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

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

border-color css

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

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

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