#A1873D

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

Shades of Luxor Gold #A1873D

Tints of Luxor Gold #A1873D

Color information

#A1873D (or 0xA1873D) is unknown color: approx Luxor Gold. HEX triplet: A1, 87 and 3D. RGB value is (161,135,61). Sum of RGB (Red+Green+Blue) = 161+135+61=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1873D is #5E78C2. Grayscale: #868686. Windows color (decimal): -6191299 or 4032417. OLE color: 4032417.

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

Color convert

RGB16113561-
CMYK00.160.620.37
HSL44.4º45.05%43.53%-
HSV(B)44.4º62.11%63.14%-
XYZ24.225.248.01-
YUV134.3486.61147.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 135 (53.12% from 255) = 37.82%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=45.10%
G=37.82%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611356100.160.620.3744.445.0543.53
HexA1873D0103E252c2d2c
Octal241207750207645545554
Binary1010000110000111111101010000111110100101101100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1873D; }

 p { color: rgb(161,135,61); }

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

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

 a { background-color: rgb(161,135,61); }

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

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

 span { border-color: rgb(161,135,61); }

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