#A98942

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

Shades of Luxor Gold #A98942

Tints of Luxor Gold #A98942

Color information

#A98942 (or 0xA98942) is unknown color: approx Luxor Gold. HEX triplet: A9, 89 and 42. RGB value is (169,137,66). Sum of RGB (Red+Green+Blue) = 169+137+66=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 169 - color contains mainly: red. Hex color #A98942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98942 is #5676BD. Grayscale: #8A8A8A. Windows color (decimal): -5666494 or 4360617. OLE color: 4360617.

HSL color Cylindrical-coordinate representation of color #A98942: hue angle of 41.36º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A98942 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB16913766-
CMYK00.190.610.34
HSL41.36º43.83%46.08%-
HSV(B)41.36º60.95%66.27%-
XYZ26.2926.728.93-
YUV138.4787.1149.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.43%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 66 (26.17% from 255) = 17.74%
R=45.43%
G=36.83%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691376600.190.610.3441.3643.8346.08
HexA989420133D22292c2e
Octal2512111020237542515456
Binary10101001100010011000010010011111101100010101001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98942; }

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

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

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

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

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

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

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

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