#A98944

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

Shades of Luxor Gold #A98944

Tints of Luxor Gold #A98944

Color information

#A98944 (or 0xA98944) is unknown color: approx Luxor Gold. HEX triplet: A9, 89 and 44. RGB value is (169,137,68). Sum of RGB (Red+Green+Blue) = 169+137+68=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A98944 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98944 is #5676BB. Grayscale: #8B8B8B. Windows color (decimal): -5666492 or 4491689. OLE color: 4491689.

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

Color convert

RGB16913768-
CMYK00.190.600.34
HSL40.99º42.62%46.47%-
HSV(B)40.99º59.76%66.27%-
XYZ26.3526.749.24-
YUV138.788.1149.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 68 (26.95% from 255) = 18.18%
R=45.19%
G=36.63%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691376800.190.600.3440.9942.6246.47
HexA989440133C22292b2e
Octal2512111040237442515356
Binary10101001100010011000100010011111100100010101001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98944; }

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

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

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

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

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

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

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

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