Html Css Color HEX #ABA005 Lucky

📋 copy color: '#ABA005'

red 171 ◦ green 160 ◦ blue 5

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

Shades of Lucky #ABA005

Tints of Lucky #ABA005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.49%

R = 50.89%
G = 47.62%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#ABA005 (or 0xABA005) is known color: Lucky. HEX triplet: AB, A0 and 05. RGB value is (171,160,5). Sum of RGB (Red+Green+Blue) = 171+160+5=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA005 is #545FFA. Grayscale: #929292. Windows color (decimal): -5529595 or 368811. OLE color: 368811.

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

Color convert

RGB 171 160 5 -
CMYK 0 0.06 0.97 0.33
HSL 56.02º 0.94% 0.35% -
HSV(B) 56.02º 0.97% 0.67% -
XYZ 29.39 33.81 5.12 -
YUV 145.62 48.64 146.1 -
System Red Green Blue C M Y K H S L
Decimal 171 160 5 0 0.06 0.97 0.33 56.02 0.94 0.35
Hex AB A0 5 0 6 61 21 38 5E 23
Octal 253 240 5 0 6 141 41 70 136 43
Binary 10101011 10100000 101 0 110 1100001 100001 111000 1011110 100011

Color Harmonies of #ABA005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA005

Black with #ABA005

Text Example


Text Example

White with #ABA005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA005; }

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

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

background-color css

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

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

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

border-color css

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

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

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