Html Css Color HEX #ABA417 Lucky

📋 copy color: '#ABA417'

red 171 ◦ green 164 ◦ blue 23

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

Shades of Lucky #ABA417

Tints of Lucky #ABA417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.42%

R = 47.77%
G = 45.81%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#ABA417 (or 0xABA417) is known color: Lucky. HEX triplet: AB, A4 and 17. RGB value is (171,164,23). Sum of RGB (Red+Green+Blue) = 171+164+23=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA417 is #545BE8. Grayscale: #969696. Windows color (decimal): -5528553 or 1549483. OLE color: 1549483.

HSL color Cylindrical-coordinate representation of color #ABA417: hue angle of 57.16º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABA417 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 23 -
CMYK 0 0.04 0.87 0.33
HSL 57.16º 0.76% 0.38% -
HSV(B) 57.16º 0.87% 0.67% -
XYZ 30.22 35.27 6.03 -
YUV 150.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 171 164 23 0 0.04 0.87 0.33 57.16 0.76 0.38
Hex AB A4 17 0 4 57 21 39 4C 26
Octal 253 244 27 0 4 127 41 71 114 46
Binary 10101011 10100100 10111 0 100 1010111 100001 111001 1001100 100110

Color Harmonies of #ABA417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA417

Black with #ABA417

Text Example


Text Example

White with #ABA417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA417; }

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

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

background-color css

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

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

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

border-color css

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

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

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