#A8A323

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

Shades of Lucky #A8A323

Tints of Lucky #A8A323

Color information

#A8A323 (or 0xA8A323) is unknown color: approx Lucky. HEX triplet: A8, A3 and 23. RGB value is (168,163,35). Sum of RGB (Red+Green+Blue) = 168+163+35=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 35 (14.06% from 255 or 9.56% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A323 is #575CDC. Grayscale: #969696. Windows color (decimal): -5725405 or 2335656. OLE color: 2335656.

HSL color Cylindrical-coordinate representation of color #A8A323: hue angle of 57.74º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8A323 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB16816335-
CMYK00.030.790.34
HSL57.74º65.52%39.8%-
HSV(B)57.74º79.17%65.88%-
XYZ29.5534.646.72-
YUV149.963.16140.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.90%
GREEN value IS 163 (64.06% from 255) = 44.54%
BLUE value IS 35 (14.06% from 255) = 9.56%
R=45.90%
G=44.54%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681633500.030.790.3457.7465.5239.8
HexA8A323034F223a4228
Octal2502434303117427210250
Binary101010001010001110001101110011111000101110101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A323; }

 p { color: rgb(168,163,35); }

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

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

 a { background-color: rgb(168,163,35); }

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

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

 span { border-color: rgb(168,163,35); }

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