Html Css Color HEX #A1A52A Lucky

📋 copy color: '#A1A52A'

red 161 ◦ green 165 ◦ blue 42

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

Shades of Lucky #A1A52A

Tints of Lucky #A1A52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.84%

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 43.75%
G = 44.84%
B = 11.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A1A52A (or 0xA1A52A) is known color: Lucky. HEX triplet: A1, A5 and 2A. RGB value is (161,165,42). Sum of RGB (Red+Green+Blue) = 161+165+42=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A52A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A52A is #5E5AD5. Grayscale: #969696. Windows color (decimal): -6183638 or 2794913. OLE color: 2794913.

HSL color Cylindrical-coordinate representation of color #A1A52A: hue angle of 61.95º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1A52A is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 165 42 -
CMYK 0.02 0 0.75 0.35
HSL 61.95º 0.59% 0.41% -
HSV(B) 61.95º 0.75% 0.65% -
XYZ 28.57 34.65 7.37 -
YUV 149.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 161 165 42 0.02 0 0.75 0.35 61.95 0.59 0.41
Hex A1 A5 2A 2 0 4B 23 3E 3B 29
Octal 241 245 52 2 0 113 43 76 73 51
Binary 10100001 10100101 101010 10 0 1001011 100011 111110 111011 101001

Color Harmonies of #A1A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A52A

Black with #A1A52A

Text Example


Text Example

White with #A1A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A52A; }

 p { color: rgb(161,165,42); }

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

background-color css

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

 a { background-color: rgb(161,165,42); }

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

border-color css

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

 span { border-color: rgb(161,165,42); }

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