Html Css Color HEX #A19B13 Lucky

📋 copy color: '#A19B13'

red 161 ◦ green 155 ◦ blue 19

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

Shades of Lucky #A19B13

Tints of Lucky #A19B13

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.27%

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

R = 48.06%
G = 46.27%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A19B13 (or 0xA19B13) is known color: Lucky. HEX triplet: A1, 9B and 13. RGB value is (161,155,19). Sum of RGB (Red+Green+Blue) = 161+155+19=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19B13 is #5E64EC. Grayscale: #8D8D8D. Windows color (decimal): -6186221 or 1285025. OLE color: 1285025.

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

Color convert

RGB 161 155 19 -
CMYK 0 0.04 0.88 0.37
HSL 57.46º 0.79% 0.35% -
HSV(B) 57.46º 0.88% 0.63% -
XYZ 26.54 31.07 5.21 -
YUV 141.29 58.99 142.06 -
System Red Green Blue C M Y K H S L
Decimal 161 155 19 0 0.04 0.88 0.37 57.46 0.79 0.35
Hex A1 9B 13 0 4 58 25 39 4F 23
Octal 241 233 23 0 4 130 45 71 117 43
Binary 10100001 10011011 10011 0 100 1011000 100101 111001 1001111 100011

Color Harmonies of #A19B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19B13

Black with #A19B13

Text Example


Text Example

White with #A19B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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