#A18542

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

Shades of Luxor Gold #A18542

Tints of Luxor Gold #A18542

Color information

#A18542 (or 0xA18542) is unknown color: approx Luxor Gold. HEX triplet: A1, 85 and 42. RGB value is (161,133,66). Sum of RGB (Red+Green+Blue) = 161+133+66=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A18542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18542 is #5E7ABD. Grayscale: #868686. Windows color (decimal): -6191806 or 4359585. OLE color: 4359585.

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

Color convert

RGB16113366-
CMYK00.170.590.37
HSL42.32º41.85%44.51%-
HSV(B)42.32º59.01%63.14%-
XYZ24.0724.758.66-
YUV133.7389.78147.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 133 (52.34% from 255) = 36.94%
BLUE value IS 66 (26.17% from 255) = 18.33%
R=44.72%
G=36.94%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611336600.170.590.3742.3241.8544.51
HexA185420113B252a2a2d
Octal2412051020217345525255
Binary10100001100001011000010010001111011100101101010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18542; }

 p { color: rgb(161,133,66); }

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

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

 a { background-color: rgb(161,133,66); }

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

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

 span { border-color: rgb(161,133,66); }

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