Html Css Color HEX #ABA610 Lucky

📋 copy color: '#ABA610'

red 171 ◦ green 166 ◦ blue 16

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

Shades of Lucky #ABA610

Tints of Lucky #ABA610

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.03%

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

R = 48.44%
G = 47.03%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ABA610 (or 0xABA610) is known color: Lucky. HEX triplet: AB, A6 and 10. RGB value is (171,166,16). Sum of RGB (Red+Green+Blue) = 171+166+16=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA610 is #5459EF. Grayscale: #979797. Windows color (decimal): -5528048 or 1091243. OLE color: 1091243.

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

Color convert

RGB 171 166 16 -
CMYK 0 0.03 0.91 0.33
HSL 58.06º 0.83% 0.37% -
HSV(B) 58.06º 0.91% 0.67% -
XYZ 30.52 35.97 5.82 -
YUV 150.4 52.16 142.7 -
System Red Green Blue C M Y K H S L
Decimal 171 166 16 0 0.03 0.91 0.33 58.06 0.83 0.37
Hex AB A6 10 0 3 5B 21 3A 53 25
Octal 253 246 20 0 3 133 41 72 123 45
Binary 10101011 10100110 10000 0 11 1011011 100001 111010 1010011 100101

Color Harmonies of #ABA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA610

Black with #ABA610

Text Example


Text Example

White with #ABA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA610; }

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

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

background-color css

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

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

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

border-color css

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

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

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