Html Css Color HEX #ABA02D Lucky

📋 copy color: '#ABA02D'

red 171 ◦ green 160 ◦ blue 45

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

Shades of Lucky #ABA02D

Tints of Lucky #ABA02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.97%

R = 45.48%
G = 42.55%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#ABA02D (or 0xABA02D) is known color: Lucky. HEX triplet: AB, A0 and 2D. RGB value is (171,160,45). Sum of RGB (Red+Green+Blue) = 171+160+45=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA02D is #545FD2. Grayscale: #969696. Windows color (decimal): -5529555 or 2990251. OLE color: 2990251.

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

Color convert

RGB 171 160 45 -
CMYK 0 0.06 0.74 0.33
HSL 54.76º 0.58% 0.42% -
HSV(B) 54.76º 0.74% 0.67% -
XYZ 29.84 33.99 7.47 -
YUV 150.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 171 160 45 0 0.06 0.74 0.33 54.76 0.58 0.42
Hex AB A0 2D 0 6 4A 21 37 3A 2A
Octal 253 240 55 0 6 112 41 67 72 52
Binary 10101011 10100000 101101 0 110 1001010 100001 110111 111010 101010

Color Harmonies of #ABA02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA02D

Black with #ABA02D

Text Example


Text Example

White with #ABA02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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