Html Css Color HEX #ABA120 Lucky

📋 copy color: '#ABA120'

red 171 ◦ green 161 ◦ blue 32

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

Shades of Lucky #ABA120

Tints of Lucky #ABA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.23%

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

R = 46.98%
G = 44.23%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#ABA120 (or 0xABA120) is known color: Lucky. HEX triplet: AB, A1 and 20. RGB value is (171,161,32). Sum of RGB (Red+Green+Blue) = 171+161+32=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA120 is #545EDF. Grayscale: #959595. Windows color (decimal): -5529312 or 2138539. OLE color: 2138539.

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

Color convert

RGB 171 161 32 -
CMYK 0 0.06 0.81 0.33
HSL 55.68º 0.68% 0.4% -
HSV(B) 55.68º 0.81% 0.67% -
XYZ 29.8 34.25 6.41 -
YUV 149.28 61.81 143.49 -
System Red Green Blue C M Y K H S L
Decimal 171 161 32 0 0.06 0.81 0.33 55.68 0.68 0.4
Hex AB A1 20 0 6 51 21 38 44 28
Octal 253 241 40 0 6 121 41 70 104 50
Binary 10101011 10100001 100000 0 110 1010001 100001 111000 1000100 101000

Color Harmonies of #ABA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA120

Black with #ABA120

Text Example


Text Example

White with #ABA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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