Html Css Color HEX #ABA013 Lucky

📋 copy color: '#ABA013'

red 171 ◦ green 160 ◦ blue 19

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

Shades of Lucky #ABA013

Tints of Lucky #ABA013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 48.86%
G = 45.71%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#ABA013 (or 0xABA013) is known color: Lucky. HEX triplet: AB, A0 and 13. RGB value is (171,160,19). Sum of RGB (Red+Green+Blue) = 171+160+19=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA013 is #545FEC. Grayscale: #939393. Windows color (decimal): -5529581 or 1286315. OLE color: 1286315.

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

Color convert

RGB 171 160 19 -
CMYK 0 0.06 0.89 0.33
HSL 55.66º 0.8% 0.37% -
HSV(B) 55.66º 0.89% 0.67% -
XYZ 29.48 33.85 5.6 -
YUV 147.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 171 160 19 0 0.06 0.89 0.33 55.66 0.8 0.37
Hex AB A0 13 0 6 59 21 38 50 25
Octal 253 240 23 0 6 131 41 70 120 45
Binary 10101011 10100000 10011 0 110 1011001 100001 111000 1010000 100101

Color Harmonies of #ABA013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA013

Black with #ABA013

Text Example


Text Example

White with #ABA013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA013; }

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

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

background-color css

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

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

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

border-color css

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

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

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