#A98F43

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

Shades of Luxor Gold #A98F43

Tints of Luxor Gold #A98F43

Color information

#A98F43 (or 0xA98F43) is unknown color: approx Luxor Gold. HEX triplet: A9, 8F and 43. RGB value is (169,143,67). Sum of RGB (Red+Green+Blue) = 169+143+67=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F43 is #5670BC. Grayscale: #8E8E8E. Windows color (decimal): -5664957 or 4427689. OLE color: 4427689.

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

Color convert

RGB16914367-
CMYK00.150.600.34
HSL44.71º43.22%46.27%-
HSV(B)44.71º60.36%66.27%-
XYZ27.228.499.37-
YUV142.1185.61147.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 67 (26.56% from 255) = 17.68%
R=44.59%
G=37.73%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691436700.150.600.3444.7143.2246.27
HexA98F430F3C222d2b2e
Octal2512171030177442555356
Binary1010100110001111100001101111111100100010101101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F43; }

 p { color: rgb(169,143,67); }

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

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

 a { background-color: rgb(169,143,67); }

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

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

 span { border-color: rgb(169,143,67); }

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