Html Css Color HEX #ABA521 Lucky

📋 copy color: '#ABA521'

red 171 ◦ green 165 ◦ blue 33

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

Shades of Lucky #ABA521

Tints of Lucky #ABA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.72%

 BLUE value IS 33 (13.28% from 255) = 8.94%

R = 46.34%
G = 44.72%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ABA521 (or 0xABA521) is known color: Lucky. HEX triplet: AB, A5 and 21. RGB value is (171,165,33). Sum of RGB (Red+Green+Blue) = 171+165+33=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA521 is #545ADE. Grayscale: #989898. Windows color (decimal): -5528287 or 2205099. OLE color: 2205099.

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

Color convert

RGB 171 165 33 -
CMYK 0 0.04 0.81 0.33
HSL 57.39º 0.68% 0.4% -
HSV(B) 57.39º 0.81% 0.67% -
XYZ 30.52 35.68 6.72 -
YUV 151.75 60.99 141.73 -
System Red Green Blue C M Y K H S L
Decimal 171 165 33 0 0.04 0.81 0.33 57.39 0.68 0.4
Hex AB A5 21 0 4 51 21 39 44 28
Octal 253 245 41 0 4 121 41 71 104 50
Binary 10101011 10100101 100001 0 100 1010001 100001 111001 1000100 101000

Color Harmonies of #ABA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA521

Black with #ABA521

Text Example


Text Example

White with #ABA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA521; }

 p { color: rgb(171,165,33); }

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

background-color css

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

 a { background-color: rgb(171,165,33); }

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

border-color css

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

 span { border-color: rgb(171,165,33); }

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