#A69B25

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

Shades of Lucky #A69B25

Tints of Lucky #A69B25

Color information

#A69B25 (or 0xA69B25) is unknown color: approx Lucky. HEX triplet: A6, 9B and 25. RGB value is (166,155,37). Sum of RGB (Red+Green+Blue) = 166+155+37=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69B25 is #5964DA. Grayscale: #919191. Windows color (decimal): -5858523 or 2464678. OLE color: 2464678.

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

Color convert

RGB16615537-
CMYK00.070.780.35
HSL54.88º63.55%39.8%-
HSV(B)54.88º77.71%65.1%-
XYZ27.7831.686.4-
YUV144.8467.14143.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 37 (14.84% from 255) = 10.34%
R=46.37%
G=43.30%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661553700.070.780.3554.8863.5539.8
HexA69B25074E23374028
Octal2462334507116436710050
Binary1010011010011011100101011110011101000111101111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69B25; }

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

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

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

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

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

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

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

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