#A69B15

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

Shades of Lucky #A69B15

Tints of Lucky #A69B15

Color information

#A69B15 (or 0xA69B15) is unknown color: approx Lucky. HEX triplet: A6, 9B and 15. RGB value is (166,155,21). Sum of RGB (Red+Green+Blue) = 166+155+21=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A69B15 is #5964EA. Grayscale: #8F8F8F. Windows color (decimal): -5858539 or 1416102. OLE color: 1416102.

HSL color Cylindrical-coordinate representation of color #A69B15: hue angle of 55.45º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A69B15 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB16615521-
CMYK00.070.870.35
HSL55.45º77.54%36.67%-
HSV(B)55.45º87.35%65.1%-
XYZ27.5831.65.36-
YUV143.0159.14144.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 155 (60.94% from 255) = 45.32%
BLUE value IS 21 (8.59% from 255) = 6.14%
R=48.54%
G=45.32%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661552100.070.870.3555.4577.5436.67
HexA69B15075723374e25
Octal2462332507127436711645
Binary101001101001101110101011110101111000111101111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B15; }

 p { color: rgb(166,155,21); }

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

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

 a { background-color: rgb(166,155,21); }

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

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

 span { border-color: rgb(166,155,21); }

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