#A1883F

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

Shades of Luxor Gold #A1883F

Tints of Luxor Gold #A1883F

Color information

#A1883F (or 0xA1883F) is unknown color: approx Luxor Gold. HEX triplet: A1, 88 and 3F. RGB value is (161,136,63). Sum of RGB (Red+Green+Blue) = 161+136+63=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A1883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1883F is #5E77C0. Grayscale: #878787. Windows color (decimal): -6191041 or 4163745. OLE color: 4163745.

HSL color Cylindrical-coordinate representation of color #A1883F: hue angle of 44.69º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1883F is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB16113663-
CMYK00.160.610.37
HSL44.69º43.75%43.92%-
HSV(B)44.69º60.87%63.14%-
XYZ24.425.548.35-
YUV135.1587.28146.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 136 (53.52% from 255) = 37.78%
BLUE value IS 63 (25% from 255) = 17.5%
R=44.72%
G=37.78%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611366300.160.610.3744.6943.7543.92
HexA1883F0103D252d2c2c
Octal241210770207545555454
Binary1010000110001000111111010000111101100101101101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1883F; }

 p { color: rgb(161,136,63); }

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

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

 a { background-color: rgb(161,136,63); }

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

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

 span { border-color: rgb(161,136,63); }

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