#A69500

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

Shades of Lucky #A69500

Tints of Lucky #A69500

Color information

#A69500 (or 0xA69500) is unknown color: approx Lucky. HEX triplet: A6, 95 and 00. RGB value is (166,149,0). Sum of RGB (Red+Green+Blue) = 166+149+0=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A69500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69500 is #596AFF. Grayscale: #898989. Windows color (decimal): -5860096 or 38310. OLE color: 38310.

HSL color Cylindrical-coordinate representation of color #A69500: hue angle of 53.86º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A69500 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB1661490-
CMYK00.1010.35
HSL53.86º100%32.55%-
HSV(B)53.86º100%65.1%-
XYZ26.4729.64.32-
YUV137.150.63148.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 149 (58.59% from 255) = 47.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.70%
G=47.30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166149000.1010.3553.8610032.55
HexA69500A6423366421
Octal2462250012144436614441
Binary101001101001010100101011001001000111101101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69500; }

 p { color: rgb(166,149,0); }

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

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

 a { background-color: rgb(166,149,0); }

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

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

 span { border-color: rgb(166,149,0); }

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