#A69701

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

Shades of Lucky #A69701

Tints of Lucky #A69701

Color information

#A69701 (or 0xA69701) is unknown color: approx Lucky. HEX triplet: A6, 97 and 01. RGB value is (166,151,1). Sum of RGB (Red+Green+Blue) = 166+151+1=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 151 (59.38% from 255 or 47.48% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A69701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69701 is #5968FE. Grayscale: #8B8B8B. Windows color (decimal): -5859583 or 104358. OLE color: 104358.

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

Color convert

RGB1661511-
CMYK00.090.990.35
HSL54.55º98.8%32.75%-
HSV(B)54.55º99.4%65.1%-
XYZ26.830.244.45-
YUV138.3950.47147.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 151 (59.38% from 255) = 47.48%
BLUE value IS 1 (0.78% from 255) = 0.31%
R=52.20%
G=47.48%
B=0.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166151100.090.990.3554.5598.832.75
HexA6971096323376321
Octal2462271011143436714341
Binary101001101001011110100111000111000111101111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69701; }

 p { color: rgb(166,151,1); }

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

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

 a { background-color: rgb(166,151,1); }

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

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

 span { border-color: rgb(166,151,1); }

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