Html Css Color HEX #A1A030 Lucky

📋 copy color: '#A1A030'

red 161 ◦ green 160 ◦ blue 48

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

Shades of Lucky #A1A030

Tints of Lucky #A1A030

RGB

 RED value IS 161 (63.28% from 255) = 43.63%

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

 BLUE value IS 48 (19.14% from 255) = 13.01%

R = 43.63%
G = 43.36%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#A1A030 (or 0xA1A030) is known color: Lucky. HEX triplet: A1, A0 and 30. RGB value is (161,160,48). Sum of RGB (Red+Green+Blue) = 161+160+48=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A030 is #5E5FCF. Grayscale: #939393. Windows color (decimal): -6184912 or 3186849. OLE color: 3186849.

HSL color Cylindrical-coordinate representation of color #A1A030: hue angle of 59.47º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1A030 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 160 48 -
CMYK 0 0.01 0.70 0.37
HSL 59.47º 0.54% 0.41% -
HSV(B) 59.47º 0.7% 0.63% -
XYZ 27.8 32.93 7.69 -
YUV 147.53 71.83 137.61 -
System Red Green Blue C M Y K H S L
Decimal 161 160 48 0 0.01 0.70 0.37 59.47 0.54 0.41
Hex A1 A0 30 0 1 46 25 3B 36 29
Octal 241 240 60 0 1 106 45 73 66 51
Binary 10100001 10100000 110000 0 1 1000110 100101 111011 110110 101001

Color Harmonies of #A1A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A030

Black with #A1A030

Text Example


Text Example

White with #A1A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A030; }

 p { color: rgb(161,160,48); }

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

background-color css

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

 a { background-color: rgb(161,160,48); }

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

border-color css

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

 span { border-color: rgb(161,160,48); }

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