Html Css Color HEX #ABA71C Lucky

📋 copy color: '#ABA71C'

red 171 ◦ green 167 ◦ blue 28

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

Shades of Lucky #ABA71C

Tints of Lucky #ABA71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 46.72%
G = 45.63%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#ABA71C (or 0xABA71C) is known color: Lucky. HEX triplet: AB, A7 and 1C. RGB value is (171,167,28). Sum of RGB (Red+Green+Blue) = 171+167+28=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA71C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA71C is #5458E3. Grayscale: #989898. Windows color (decimal): -5527780 or 1877931. OLE color: 1877931.

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

Color convert

RGB 171 167 28 -
CMYK 0 0.02 0.84 0.33
HSL 58.32º 0.72% 0.39% -
HSV(B) 58.32º 0.84% 0.67% -
XYZ 30.82 36.38 6.5 -
YUV 152.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 171 167 28 0 0.02 0.84 0.33 58.32 0.72 0.39
Hex AB A7 1C 0 2 54 21 3A 48 27
Octal 253 247 34 0 2 124 41 72 110 47
Binary 10101011 10100111 11100 0 10 1010100 100001 111010 1001000 100111

Color Harmonies of #ABA71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA71C

Black with #ABA71C

Text Example


Text Example

White with #ABA71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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