Html Css Color HEX #ABA028 Lucky

📋 copy color: '#ABA028'

red 171 ◦ green 160 ◦ blue 40

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

Shades of Lucky #ABA028

Tints of Lucky #ABA028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.78%

R = 46.09%
G = 43.13%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#ABA028 (or 0xABA028) is known color: Lucky. HEX triplet: AB, A0 and 28. RGB value is (171,160,40). Sum of RGB (Red+Green+Blue) = 171+160+40=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA028 is #545FD7. Grayscale: #969696. Windows color (decimal): -5529560 or 2662571. OLE color: 2662571.

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

Color convert

RGB 171 160 40 -
CMYK 0 0.06 0.77 0.33
HSL 54.96º 0.62% 0.41% -
HSV(B) 54.96º 0.77% 0.67% -
XYZ 29.75 33.95 6.99 -
YUV 149.61 66.14 143.26 -
System Red Green Blue C M Y K H S L
Decimal 171 160 40 0 0.06 0.77 0.33 54.96 0.62 0.41
Hex AB A0 28 0 6 4D 21 37 3E 29
Octal 253 240 50 0 6 115 41 67 76 51
Binary 10101011 10100000 101000 0 110 1001101 100001 110111 111110 101001

Color Harmonies of #ABA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA028

Black with #ABA028

Text Example


Text Example

White with #ABA028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA028; }

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

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

background-color css

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

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

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

border-color css

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

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

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