#a69b1d

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

Shades of Lucky #A69B1D

Tints of Lucky #A69B1D

Color information

#A69B1D (or 0xA69B1D) is unknown color: approx Lucky. HEX triplet: A6, 9B and 1D. RGB value is (166,155,29). Sum of RGB (Red+Green+Blue) = 166+155+29=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A69B1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69B1D is #5964E2. Grayscale: #909090. Windows color (decimal): -5858531 or 1940390. OLE color: 1940390.

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

Color convert

RGB16615529-
CMYK00.070.830.35
HSL55.18º70.26%38.24%-
HSV(B)55.18º82.53%65.1%-
XYZ27.6731.645.81-
YUV143.9363.14143.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 155 (60.94% from 255) = 44.29%
BLUE value IS 29 (11.72% from 255) = 8.29%
R=47.43%
G=44.29%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661552900.070.830.3555.1870.2638.24
HexA69B1D075323374626
Octal2462333507123436710646
Binary101001101001101111101011110100111000111101111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69b1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69b1d; }

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

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

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

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

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

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

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

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