#A98B44

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

Shades of Luxor Gold #A98B44

Tints of Luxor Gold #A98B44

Color information

#A98B44 (or 0xA98B44) is unknown color: approx Luxor Gold. HEX triplet: A9, 8B and 44. RGB value is (169,139,68). Sum of RGB (Red+Green+Blue) = 169+139+68=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B44 is #5674BB. Grayscale: #8C8C8C. Windows color (decimal): -5665980 or 4492201. OLE color: 4492201.

HSL color Cylindrical-coordinate representation of color #A98B44: hue angle of 42.18º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A98B44 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16913968-
CMYK00.180.600.34
HSL42.18º42.62%46.47%-
HSV(B)42.18º59.76%66.27%-
XYZ26.6427.329.34-
YUV139.8887.44148.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.95%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 68 (26.95% from 255) = 18.09%
R=44.95%
G=36.97%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691396800.180.600.3442.1842.6246.47
HexA98B440123C222a2b2e
Octal2512131040227442525356
Binary10101001100010111000100010010111100100010101010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B44; }

 p { color: rgb(169,139,68); }

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

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

 a { background-color: rgb(169,139,68); }

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

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

 span { border-color: rgb(169,139,68); }

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