Html Css Color HEX #ABA001 Lucky

📋 copy color: '#ABA001'

red 171 ◦ green 160 ◦ blue 1

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

Shades of Lucky #ABA001

Tints of Lucky #ABA001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 48.19%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 51.51%
G = 48.19%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#ABA001 (or 0xABA001) is known color: Lucky. HEX triplet: AB, A0 and 01. RGB value is (171,160,1). Sum of RGB (Red+Green+Blue) = 171+160+1=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA001 is #545FFE. Grayscale: #919191. Windows color (decimal): -5529599 or 106667. OLE color: 106667.

HSL color Cylindrical-coordinate representation of color #ABA001: hue angle of 56.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABA001 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 1 -
CMYK 0 0.06 0.99 0.33
HSL 56.12º 0.99% 0.34% -
HSV(B) 56.12º 0.99% 0.67% -
XYZ 29.37 33.8 5.01 -
YUV 145.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 171 160 1 0 0.06 0.99 0.33 56.12 0.99 0.34
Hex AB A0 1 0 6 63 21 38 63 22
Octal 253 240 1 0 6 143 41 70 143 42
Binary 10101011 10100000 1 0 110 1100011 100001 111000 1100011 100010

Color Harmonies of #ABA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA001

Black with #ABA001

Text Example


Text Example

White with #ABA001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA001; }

 p { color: rgb(171,160,1); }

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

background-color css

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

 a { background-color: rgb(171,160,1); }

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

border-color css

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

 span { border-color: rgb(171,160,1); }

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