Html Css Color HEX #ABA71A Lucky

📋 copy color: '#ABA71A'

red 171 ◦ green 167 ◦ blue 26

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

Shades of Lucky #ABA71A

Tints of Lucky #ABA71A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.88%

 BLUE value IS 26 (10.55% from 255) = 7.14%

R = 46.98%
G = 45.88%
B = 7.14%

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

#ABA71A (or 0xABA71A) is known color: Lucky. HEX triplet: AB, A7 and 1A. RGB value is (171,167,26). Sum of RGB (Red+Green+Blue) = 171+167+26=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 26 (10.55% from 255 or 7.14% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA71A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA71A is #5458E5. Grayscale: #989898. Windows color (decimal): -5527782 or 1746859. OLE color: 1746859.

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

Color convert

RGB 171 167 26 -
CMYK 0 0.02 0.85 0.33
HSL 58.34º 0.74% 0.39% -
HSV(B) 58.34º 0.85% 0.67% -
XYZ 30.8 36.37 6.37 -
YUV 152.12 56.83 141.46 -
System Red Green Blue C M Y K H S L
Decimal 171 167 26 0 0.02 0.85 0.33 58.34 0.74 0.39
Hex AB A7 1A 0 2 55 21 3A 4A 27
Octal 253 247 32 0 2 125 41 72 112 47
Binary 10101011 10100111 11010 0 10 1010101 100001 111010 1001010 100111

Color Harmonies of #ABA71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA71A

Black with #ABA71A

Text Example


Text Example

White with #ABA71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA71A; }

 p { color: rgb(171,167,26); }

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

background-color css

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

 a { background-color: rgb(171,167,26); }

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

border-color css

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

 span { border-color: rgb(171,167,26); }

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