#A98F3D

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

Shades of Luxor Gold #A98F3D

Tints of Luxor Gold #A98F3D

Color information

#A98F3D (or 0xA98F3D) is unknown color: approx Luxor Gold. HEX triplet: A9, 8F and 3D. RGB value is (169,143,61). Sum of RGB (Red+Green+Blue) = 169+143+61=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A98F3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98F3D is #5670C2. Grayscale: #8D8D8D. Windows color (decimal): -5664963 or 4034473. OLE color: 4034473.

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

Color convert

RGB16914361-
CMYK00.150.640.34
HSL45.56º46.96%45.1%-
HSV(B)45.56º63.91%66.27%-
XYZ27.0328.428.48-
YUV141.4382.61147.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=45.31%
G=38.34%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691436100.150.640.3445.5646.9645.1
HexA98F3D0F40222e2f2d
Octal2512177501710042565755
Binary1010100110001111111101011111000000100010101110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98F3D; }

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

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

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

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

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

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

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

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