#A98A41

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

Shades of Luxor Gold #A98A41

Tints of Luxor Gold #A98A41

Color information

#A98A41 (or 0xA98A41) is unknown color: approx Luxor Gold. HEX triplet: A9, 8A and 41. RGB value is (169,138,65). Sum of RGB (Red+Green+Blue) = 169+138+65=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98A41 is #5675BE. Grayscale: #8B8B8B. Windows color (decimal): -5666239 or 4295337. OLE color: 4295337.

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

Color convert

RGB16913865-
CMYK00.180.620.34
HSL42.12º44.44%45.88%-
HSV(B)42.12º61.54%66.27%-
XYZ26.426.998.82-
YUV138.9586.27149.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 138 (54.30% from 255) = 37.10%
BLUE value IS 65 (25.78% from 255) = 17.47%
R=45.43%
G=37.10%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691386500.180.620.3442.1244.4445.88
HexA98A410123E222a2c2e
Octal2512121010227642525456
Binary10101001100010101000001010010111110100010101010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98A41; }

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

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

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

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

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

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

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

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