Html Css Color HEX #ABA220 Lucky

📋 copy color: '#ABA220'

red 171 ◦ green 162 ◦ blue 32

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

Shades of Lucky #ABA220

Tints of Lucky #ABA220

RGB

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

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

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

R = 46.85%
G = 44.38%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ABA220 (or 0xABA220) is known color: Lucky. HEX triplet: AB, A2 and 20. RGB value is (171,162,32). Sum of RGB (Red+Green+Blue) = 171+162+32=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA220 is #545DDF. Grayscale: #969696. Windows color (decimal): -5529056 or 2138795. OLE color: 2138795.

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

Color convert

RGB 171 162 32 -
CMYK 0 0.05 0.81 0.33
HSL 56.12º 0.68% 0.4% -
HSV(B) 56.12º 0.81% 0.67% -
XYZ 29.98 34.6 6.47 -
YUV 149.87 61.48 143.07 -
System Red Green Blue C M Y K H S L
Decimal 171 162 32 0 0.05 0.81 0.33 56.12 0.68 0.4
Hex AB A2 20 0 5 51 21 38 44 28
Octal 253 242 40 0 5 121 41 70 104 50
Binary 10101011 10100010 100000 0 101 1010001 100001 111000 1000100 101000

Color Harmonies of #ABA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA220

Black with #ABA220

Text Example


Text Example

White with #ABA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA220; }

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

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

background-color css

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

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

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

border-color css

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

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

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