#A98A45

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

Shades of Luxor Gold #A98A45

Tints of Luxor Gold #A98A45

Color information

#A98A45 (or 0xA98A45) is unknown color: approx Luxor Gold. HEX triplet: A9, 8A and 45. RGB value is (169,138,69). Sum of RGB (Red+Green+Blue) = 169+138+69=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98A45 is #5675BA. Grayscale: #8B8B8B. Windows color (decimal): -5666235 or 4557481. OLE color: 4557481.

HSL color Cylindrical-coordinate representation of color #A98A45: hue angle of 41.4º 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 #A98A45 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB16913869-
CMYK00.180.590.34
HSL41.4º42.02%46.67%-
HSV(B)41.4º59.17%66.27%-
XYZ26.5227.049.45-
YUV139.488.27149.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.95%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 69 (27.34% from 255) = 18.35%
R=44.95%
G=36.70%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691386900.180.590.3441.442.0246.67
HexA98A450123B22292a2f
Octal2512121050227342515257
Binary10101001100010101000101010010111011100010101001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A45; }

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

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

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

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

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

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

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

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