#A98D40

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

Shades of Luxor Gold #A98D40

Tints of Luxor Gold #A98D40

Color information

#A98D40 (or 0xA98D40) is unknown color: approx Luxor Gold. HEX triplet: A9, 8D and 40. RGB value is (169,141,64). Sum of RGB (Red+Green+Blue) = 169+141+64=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D40 is #5672BF. Grayscale: #8C8C8C. Windows color (decimal): -5665472 or 4230569. OLE color: 4230569.

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

Color convert

RGB16914164-
CMYK00.170.620.34
HSL44º45.06%45.69%-
HSV(B)44º62.13%66.27%-
XYZ26.8127.858.81-
YUV140.5984.78148.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 141 (55.47% from 255) = 37.70%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=45.19%
G=37.70%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691416400.170.620.344445.0645.69
HexA98D400113E222c2d2e
Octal2512151000217642545556
Binary10101001100011011000000010001111110100010101100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D40; }

 p { color: rgb(169,141,64); }

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

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

 a { background-color: rgb(169,141,64); }

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

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

 span { border-color: rgb(169,141,64); }

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