Html Css Color HEX #A19213 Lucky

📋 copy color: '#A19213'

red 161 ◦ green 146 ◦ blue 19

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

Shades of Lucky #A19213

Tints of Lucky #A19213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.79%

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 49.39%
G = 44.79%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A19213 (or 0xA19213) is known color: Lucky. HEX triplet: A1, 92 and 13. RGB value is (161,146,19). Sum of RGB (Red+Green+Blue) = 161+146+19=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 146 (57.42% from 255 or 44.79% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A19213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19213 is #5E6DEC. Grayscale: #888888. Windows color (decimal): -6188525 or 1282721. OLE color: 1282721.

HSL color Cylindrical-coordinate representation of color #A19213: hue angle of 53.66º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A19213 is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 146 19 -
CMYK 0 0.09 0.88 0.37
HSL 53.66º 0.79% 0.35% -
HSV(B) 53.66º 0.88% 0.63% -
XYZ 25.09 28.18 4.73 -
YUV 136.01 61.97 145.83 -
System Red Green Blue C M Y K H S L
Decimal 161 146 19 0 0.09 0.88 0.37 53.66 0.79 0.35
Hex A1 92 13 0 9 58 25 36 4F 23
Octal 241 222 23 0 11 130 45 66 117 43
Binary 10100001 10010010 10011 0 1001 1011000 100101 110110 1001111 100011

Color Harmonies of #A19213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19213

Black with #A19213

Text Example


Text Example

White with #A19213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19213; }

 p { color: rgb(161,146,19); }

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

background-color css

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

 a { background-color: rgb(161,146,19); }

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

border-color css

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

 span { border-color: rgb(161,146,19); }

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