Html Css Color HEX #A19913 Lucky

📋 copy color: '#A19913'

red 161 ◦ green 153 ◦ blue 19

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

Shades of Lucky #A19913

Tints of Lucky #A19913

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.95%

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

R = 48.35%
G = 45.95%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A19913 (or 0xA19913) is known color: Lucky. HEX triplet: A1, 99 and 13. RGB value is (161,153,19). Sum of RGB (Red+Green+Blue) = 161+153+19=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A19913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19913 is #5E66EC. Grayscale: #8C8C8C. Windows color (decimal): -6186733 or 1284513. OLE color: 1284513.

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

Color convert

RGB 161 153 19 -
CMYK 0 0.05 0.88 0.37
HSL 56.62º 0.79% 0.35% -
HSV(B) 56.62º 0.88% 0.63% -
XYZ 26.21 30.41 5.1 -
YUV 140.12 59.65 142.9 -
System Red Green Blue C M Y K H S L
Decimal 161 153 19 0 0.05 0.88 0.37 56.62 0.79 0.35
Hex A1 99 13 0 5 58 25 39 4F 23
Octal 241 231 23 0 5 130 45 71 117 43
Binary 10100001 10011001 10011 0 101 1011000 100101 111001 1001111 100011

Color Harmonies of #A19913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19913

Black with #A19913

Text Example


Text Example

White with #A19913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19913; }

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

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

background-color css

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

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

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

border-color css

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

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

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