Html Css Color HEX #ABA128 Lucky

📋 copy color: '#ABA128'

red 171 ◦ green 161 ◦ blue 40

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

Shades of Lucky #ABA128

Tints of Lucky #ABA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.28%

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

R = 45.97%
G = 43.28%
B = 10.75%

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

#ABA128 (or 0xABA128) is known color: Lucky. HEX triplet: AB, A1 and 28. RGB value is (171,161,40). Sum of RGB (Red+Green+Blue) = 171+161+40=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA128 is #545ED7. Grayscale: #969696. Windows color (decimal): -5529304 or 2662827. OLE color: 2662827.

HSL color Cylindrical-coordinate representation of color #ABA128: hue angle of 55.42º 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 #ABA128 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 161 40 -
CMYK 0 0.06 0.77 0.33
HSL 55.42º 0.62% 0.41% -
HSV(B) 55.42º 0.77% 0.67% -
XYZ 29.92 34.3 7.05 -
YUV 150.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 171 161 40 0 0.06 0.77 0.33 55.42 0.62 0.41
Hex AB A1 28 0 6 4D 21 37 3E 29
Octal 253 241 50 0 6 115 41 67 76 51
Binary 10101011 10100001 101000 0 110 1001101 100001 110111 111110 101001

Color Harmonies of #ABA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA128

Black with #ABA128

Text Example


Text Example

White with #ABA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA128; }

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

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

background-color css

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

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

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

border-color css

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

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

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