Html Css Color HEX #ABA210 Lucky

📋 copy color: '#ABA210'

red 171 ◦ green 162 ◦ blue 16

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

Shades of Lucky #ABA210

Tints of Lucky #ABA210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.42%

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

R = 49%
G = 46.42%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#ABA210 (or 0xABA210) is known color: Lucky. HEX triplet: AB, A2 and 10. RGB value is (171,162,16). Sum of RGB (Red+Green+Blue) = 171+162+16=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 16 (6.64% from 255 or 4.58% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA210 is #545DEF. Grayscale: #949494. Windows color (decimal): -5529072 or 1090219. OLE color: 1090219.

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

Color convert

RGB 171 162 16 -
CMYK 0 0.05 0.91 0.33
HSL 56.52º 0.83% 0.37% -
HSV(B) 56.52º 0.91% 0.67% -
XYZ 29.81 34.54 5.59 -
YUV 148.05 53.48 144.37 -
System Red Green Blue C M Y K H S L
Decimal 171 162 16 0 0.05 0.91 0.33 56.52 0.83 0.37
Hex AB A2 10 0 5 5B 21 39 53 25
Octal 253 242 20 0 5 133 41 71 123 45
Binary 10101011 10100010 10000 0 101 1011011 100001 111001 1010011 100101

Color Harmonies of #ABA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA210

Black with #ABA210

Text Example


Text Example

White with #ABA210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA210; }

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

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

background-color css

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

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

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

border-color css

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

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

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