Html Css Color HEX #ABA129 Lucky

📋 copy color: '#ABA129'

red 171 ◦ green 161 ◦ blue 41

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

Shades of Lucky #ABA129

Tints of Lucky #ABA129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.99%

R = 45.84%
G = 43.16%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#ABA129 (or 0xABA129) is known color: Lucky. HEX triplet: AB, A1 and 29. RGB value is (171,161,41). Sum of RGB (Red+Green+Blue) = 171+161+41=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA129 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA129 is #545ED6. Grayscale: #969696. Windows color (decimal): -5529303 or 2728363. OLE color: 2728363.

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

Color convert

RGB 171 161 41 -
CMYK 0 0.06 0.76 0.33
HSL 55.38º 0.61% 0.42% -
HSV(B) 55.38º 0.76% 0.67% -
XYZ 29.94 34.31 7.14 -
YUV 150.31 66.31 142.76 -
System Red Green Blue C M Y K H S L
Decimal 171 161 41 0 0.06 0.76 0.33 55.38 0.61 0.42
Hex AB A1 29 0 6 4C 21 37 3D 2A
Octal 253 241 51 0 6 114 41 67 75 52
Binary 10101011 10100001 101001 0 110 1001100 100001 110111 111101 101010

Color Harmonies of #ABA129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA129

Black with #ABA129

Text Example


Text Example

White with #ABA129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA129; }

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

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

background-color css

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

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

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

border-color css

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

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

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