#A19323

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

Shades of Lucky #A19323

Tints of Lucky #A19323

Color information

#A19323 (or 0xA19323) is unknown color: approx Lucky. HEX triplet: A1, 93 and 23. RGB value is (161,147,35). Sum of RGB (Red+Green+Blue) = 161+147+35=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A19323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19323 is #5E6CDC. Grayscale: #8A8A8A. Windows color (decimal): -6188253 or 2331553. OLE color: 2331553.

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

Color convert

RGB16114735-
CMYK00.090.780.37
HSL53.33º64.29%38.43%-
HSV(B)53.33º78.26%63.14%-
XYZ25.4428.575.76-
YUV138.4269.64144.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 35 (14.06% from 255) = 10.20%
R=46.94%
G=42.86%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611473500.090.780.3753.3364.2938.43
HexA19323094E25354026
Octal24122343011116456510046
Binary10100001100100111000110100110011101001011101011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19323; }

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

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

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

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

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

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

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

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