#A98D45

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

Shades of Luxor Gold #A98D45

Tints of Luxor Gold #A98D45

Color information

#A98D45 (or 0xA98D45) is unknown color: approx Luxor Gold. HEX triplet: A9, 8D and 45. RGB value is (169,141,69). Sum of RGB (Red+Green+Blue) = 169+141+69=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A98D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98D45 is #5672BA. Grayscale: #8D8D8D. Windows color (decimal): -5665467 or 4558249. OLE color: 4558249.

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

Color convert

RGB16914169-
CMYK00.170.590.34
HSL43.2º42.02%46.67%-
HSV(B)43.2º59.17%66.27%-
XYZ26.9627.919.6-
YUV141.1687.28147.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=44.59%
G=37.20%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691416900.170.590.3443.242.0246.67
HexA98D450113B222b2a2f
Octal2512151050217342535257
Binary10101001100011011000101010001111011100010101011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98D45; }

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

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

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

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

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

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

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

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