Html Css Color HEX #A1A30E Lucky

📋 copy color: '#A1A30E'

red 161 ◦ green 163 ◦ blue 14

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

Shades of Lucky #A1A30E

Tints of Lucky #A1A30E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 48.22%

 BLUE value IS 14 (5.86% from 255) = 4.14%

R = 47.63%
G = 48.22%
B = 4.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A1A30E (or 0xA1A30E) is known color: Lucky. HEX triplet: A1, A3 and 0E. RGB value is (161,163,14). Sum of RGB (Red+Green+Blue) = 161+163+14=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A30E is #5E5CF1. Grayscale: #929292. Windows color (decimal): -6184178 or 959393. OLE color: 959393.

HSL color Cylindrical-coordinate representation of color #A1A30E: hue angle of 60.81º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1A30E is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 163 14 -
CMYK 0.01 0 0.91 0.36
HSL 60.81º 0.84% 0.35% -
HSV(B) 60.81º 0.91% 0.64% -
XYZ 27.87 33.8 5.47 -
YUV 145.42 53.84 139.12 -
System Red Green Blue C M Y K H S L
Decimal 161 163 14 0.01 0 0.91 0.36 60.81 0.84 0.35
Hex A1 A3 E 1 0 5B 24 3D 54 23
Octal 241 243 16 1 0 133 44 75 124 43
Binary 10100001 10100011 1110 1 0 1011011 100100 111101 1010100 100011

Color Harmonies of #A1A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A30E

Black with #A1A30E

Text Example


Text Example

White with #A1A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A30E; }

 p { color: rgb(161,163,14); }

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

background-color css

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

 a { background-color: rgb(161,163,14); }

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

border-color css

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

 span { border-color: rgb(161,163,14); }

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