Html Css Color HEX #ABA410 Lucky

📋 copy color: '#ABA410'

red 171 ◦ green 164 ◦ blue 16

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

Shades of Lucky #ABA410

Tints of Lucky #ABA410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.56%

R = 48.72%
G = 46.72%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ABA410 (or 0xABA410) is known color: Lucky. HEX triplet: AB, A4 and 10. RGB value is (171,164,16). Sum of RGB (Red+Green+Blue) = 171+164+16=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA410 is #545BEF. Grayscale: #959595. Windows color (decimal): -5528560 or 1090731. OLE color: 1090731.

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

Color convert

RGB 171 164 16 -
CMYK 0 0.04 0.91 0.33
HSL 57.29º 0.83% 0.37% -
HSV(B) 57.29º 0.91% 0.67% -
XYZ 30.16 35.25 5.7 -
YUV 149.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 171 164 16 0 0.04 0.91 0.33 57.29 0.83 0.37
Hex AB A4 10 0 4 5B 21 39 53 25
Octal 253 244 20 0 4 133 41 71 123 45
Binary 10101011 10100100 10000 0 100 1011011 100001 111001 1010011 100101

Color Harmonies of #ABA410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA410

Black with #ABA410

Text Example


Text Example

White with #ABA410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA410; }

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

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

background-color css

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

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

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

border-color css

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

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

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