Html Css Color HEX #A19121 Lucky

📋 copy color: '#A19121'

red 161 ◦ green 145 ◦ blue 33

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

Shades of Lucky #A19121

Tints of Lucky #A19121

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.77%

 BLUE value IS 33 (13.28% from 255) = 9.73%

R = 47.49%
G = 42.77%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A19121 (or 0xA19121) is known color: Lucky. HEX triplet: A1, 91 and 21. RGB value is (161,145,33). Sum of RGB (Red+Green+Blue) = 161+145+33=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A19121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19121 is #5E6EDE. Grayscale: #898989. Windows color (decimal): -6188767 or 2199969. OLE color: 2199969.

HSL color Cylindrical-coordinate representation of color #A19121: hue angle of 52.5º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A19121 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 145 33 -
CMYK 0 0.10 0.80 0.37
HSL 52.5º 0.66% 0.38% -
HSV(B) 52.5º 0.8% 0.63% -
XYZ 25.1 27.94 5.51 -
YUV 137.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 161 145 33 0 0.10 0.80 0.37 52.5 0.66 0.38
Hex A1 91 21 0 A 50 25 34 42 26
Octal 241 221 41 0 12 120 45 64 102 46
Binary 10100001 10010001 100001 0 1010 1010000 100101 110100 1000010 100110

Color Harmonies of #A19121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19121

Black with #A19121

Text Example


Text Example

White with #A19121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19121; }

 p { color: rgb(161,145,33); }

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

background-color css

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

 a { background-color: rgb(161,145,33); }

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

border-color css

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

 span { border-color: rgb(161,145,33); }

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