Html Css Color HEX #A19321 Lucky

📋 copy color: '#A19321'

red 161 ◦ green 147 ◦ blue 33

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

Shades of Lucky #A19321

Tints of Lucky #A19321

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.11%

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

R = 47.21%
G = 43.11%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A19321 (or 0xA19321) is known color: Lucky. HEX triplet: A1, 93 and 21. RGB value is (161,147,33). Sum of RGB (Red+Green+Blue) = 161+147+33=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A19321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19321 is #5E6CDE. Grayscale: #8A8A8A. Windows color (decimal): -6188255 or 2200481. OLE color: 2200481.

HSL color Cylindrical-coordinate representation of color #A19321: hue angle of 53.44º 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 #A19321 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 147 33 -
CMYK 0 0.09 0.80 0.37
HSL 53.44º 0.66% 0.38% -
HSV(B) 53.44º 0.8% 0.63% -
XYZ 25.41 28.55 5.61 -
YUV 138.19 68.64 144.27 -
System Red Green Blue C M Y K H S L
Decimal 161 147 33 0 0.09 0.80 0.37 53.44 0.66 0.38
Hex A1 93 21 0 9 50 25 35 42 26
Octal 241 223 41 0 11 120 45 65 102 46
Binary 10100001 10010011 100001 0 1001 1010000 100101 110101 1000010 100110

Color Harmonies of #A19321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19321

Black with #A19321

Text Example


Text Example

White with #A19321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19321; }

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

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

background-color css

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

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

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

border-color css

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

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

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