Html Css Color HEX #ABA003 Lucky

📋 copy color: '#ABA003'

red 171 ◦ green 160 ◦ blue 3

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

Shades of Lucky #ABA003

Tints of Lucky #ABA003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.9%

R = 51.2%
G = 47.9%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#ABA003 (or 0xABA003) is known color: Lucky. HEX triplet: AB, A0 and 03. RGB value is (171,160,3). Sum of RGB (Red+Green+Blue) = 171+160+3=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA003 is #545FFC. Grayscale: #929292. Windows color (decimal): -5529597 or 237739. OLE color: 237739.

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

Color convert

RGB 171 160 3 -
CMYK 0 0.06 0.98 0.33
HSL 56.07º 0.97% 0.34% -
HSV(B) 56.07º 0.98% 0.67% -
XYZ 29.38 33.81 5.06 -
YUV 145.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 171 160 3 0 0.06 0.98 0.33 56.07 0.97 0.34
Hex AB A0 3 0 6 62 21 38 61 22
Octal 253 240 3 0 6 142 41 70 141 42
Binary 10101011 10100000 11 0 110 1100010 100001 111000 1100001 100010

Color Harmonies of #ABA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA003

Black with #ABA003

Text Example


Text Example

White with #ABA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA003; }

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

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

background-color css

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

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

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

border-color css

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

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

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