#a6903f

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

Shades of Luxor Gold #A6903F

Tints of Luxor Gold #A6903F

Color information

#A6903F (or 0xA6903F) is unknown color: approx Luxor Gold. HEX triplet: A6, 90 and 3F. RGB value is (166,144,63). Sum of RGB (Red+Green+Blue) = 166+144+63=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 63 (25% from 255 or 16.89% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6903F is #596FC0. Grayscale: #8D8D8D. Windows color (decimal): -5861313 or 4165798. OLE color: 4165798.

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

Color convert

RGB16614463-
CMYK00.130.620.35
HSL47.18º44.98%44.9%-
HSV(B)47.18º62.05%65.1%-
XYZ26.628.418.78-
YUV141.3483.79145.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 144 (56.64% from 255) = 38.61%
BLUE value IS 63 (25% from 255) = 16.89%
R=44.50%
G=38.61%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661446300.130.620.3547.1844.9844.9
HexA6903F0D3E232f2d2d
Octal246220770157643575555
Binary101001101001000011111101101111110100011101111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6903f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6903f; }

 p { color: rgb(166,144,63); }

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

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

 a { background-color: rgb(166,144,63); }

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

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

 span { border-color: rgb(166,144,63); }

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