#A19023

Color #A19023 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A19023

Tints of Lucky #A19023

Color information

#A19023 (or 0xA19023) is unknown color: approx Lucky. HEX triplet: A1, 90 and 23. RGB value is (161,144,35). Sum of RGB (Red+Green+Blue) = 161+144+35=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A19023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19023 is #5E6FDC. Grayscale: #898989. Windows color (decimal): -6189021 or 2330785. OLE color: 2330785.

HSL color Cylindrical-coordinate representation of color #A19023: hue angle of 51.9º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A19023 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB16114435-
CMYK00.110.780.37
HSL51.9º64.29%38.43%-
HSV(B)51.9º78.26%63.14%-
XYZ24.9727.645.61-
YUV136.6670.63145.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.35%
GREEN value IS 144 (56.64% from 255) = 42.35%
BLUE value IS 35 (14.06% from 255) = 10.29%
R=47.35%
G=42.35%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611443500.110.780.3751.964.2938.43
HexA190230B4E25344026
Octal24122043013116456410046
Binary10100001100100001000110101110011101001011101001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19023; }

 p { color: rgb(161,144,35); }

 H1.HeaderClassName
 {
   color: #A19023;
 }
 .AnyTagClassName
 {
   color: #A19023;
 }
</style>
background-color css

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

 a { background-color: rgb(161,144,35); }

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

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

 span { border-color: rgb(161,144,35); }

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