#A9913E

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

Shades of Luxor Gold #A9913E

Tints of Luxor Gold #A9913E

Color information

#A9913E (or 0xA9913E) is unknown color: approx Luxor Gold. HEX triplet: A9, 91 and 3E. RGB value is (169,145,62). Sum of RGB (Red+Green+Blue) = 169+145+62=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A9913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9913E is #566EC1. Grayscale: #8F8F8F. Windows color (decimal): -5664450 or 4100521. OLE color: 4100521.

HSL color Cylindrical-coordinate representation of color #A9913E: hue angle of 46.54º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A9913E is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB16914562-
CMYK00.140.630.34
HSL46.54º46.32%45.29%-
HSV(B)46.54º63.31%66.27%-
XYZ27.3629.038.72-
YUV142.7182.45146.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.95%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 62 (24.61% from 255) = 16.49%
R=44.95%
G=38.56%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691456200.140.630.3446.5446.3245.29
HexA9913E0E3F222f2e2d
Octal251221760167742575655
Binary101010011001000111111001110111111100010101111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9913E; }

 p { color: rgb(169,145,62); }

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

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

 a { background-color: rgb(169,145,62); }

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

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

 span { border-color: rgb(169,145,62); }

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