Html Css Color HEX #ABA620 Lucky

📋 copy color: '#ABA620'

red 171 ◦ green 166 ◦ blue 32

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

Shades of Lucky #ABA620

Tints of Lucky #ABA620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 46.34%
G = 44.99%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ABA620 (or 0xABA620) is known color: Lucky. HEX triplet: AB, A6 and 20. RGB value is (171,166,32). Sum of RGB (Red+Green+Blue) = 171+166+32=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA620 is #5459DF. Grayscale: #989898. Windows color (decimal): -5528032 or 2139819. OLE color: 2139819.

HSL color Cylindrical-coordinate representation of color #ABA620: hue angle of 57.84º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABA620 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 32 -
CMYK 0 0.03 0.81 0.33
HSL 57.84º 0.68% 0.4% -
HSV(B) 57.84º 0.81% 0.67% -
XYZ 30.69 36.03 6.7 -
YUV 152.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 171 166 32 0 0.03 0.81 0.33 57.84 0.68 0.4
Hex AB A6 20 0 3 51 21 3A 44 28
Octal 253 246 40 0 3 121 41 72 104 50
Binary 10101011 10100110 100000 0 11 1010001 100001 111010 1000100 101000

Color Harmonies of #ABA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA620

Black with #ABA620

Text Example


Text Example

White with #ABA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA620; }

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

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

background-color css

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

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

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

border-color css

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

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

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