#A98C3E

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

Shades of Luxor Gold #A98C3E

Tints of Luxor Gold #A98C3E

Color information

#A98C3E (or 0xA98C3E) is unknown color: approx Luxor Gold. HEX triplet: A9, 8C and 3E. RGB value is (169,140,62). Sum of RGB (Red+Green+Blue) = 169+140+62=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98C3E is #5673C1. Grayscale: #8C8C8C. Windows color (decimal): -5665730 or 4099241. OLE color: 4099241.

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

Color convert

RGB16914062-
CMYK00.170.630.34
HSL43.74º46.32%45.29%-
HSV(B)43.74º63.31%66.27%-
XYZ26.6127.548.47-
YUV139.7884.11148.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 62 (24.61% from 255) = 16.71%
R=45.55%
G=37.74%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691406200.170.630.3443.7446.3245.29
HexA98C3E0113F222c2e2d
Octal251214760217742545655
Binary1010100110001100111110010001111111100010101100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98C3E; }

 p { color: rgb(169,140,62); }

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

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

 a { background-color: rgb(169,140,62); }

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

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

 span { border-color: rgb(169,140,62); }

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