#A18142

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

Shades of Luxor Gold #A18142

Tints of Luxor Gold #A18142

Color information

#A18142 (or 0xA18142) is unknown color: approx Luxor Gold. HEX triplet: A1, 81 and 42. RGB value is (161,129,66). Sum of RGB (Red+Green+Blue) = 161+129+66=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A18142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18142 is #5E7EBD. Grayscale: #838383. Windows color (decimal): -6192830 or 4358561. OLE color: 4358561.

HSL color Cylindrical-coordinate representation of color #A18142: hue angle of 39.79º 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 #A18142 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB16112966-
CMYK00.200.590.37
HSL39.79º41.85%44.51%-
HSV(B)39.79º59.01%63.14%-
XYZ23.5323.678.48-
YUV131.3991.1149.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.22%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 66 (26.17% from 255) = 18.54%
R=45.22%
G=36.24%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611296600.200.590.3739.7941.8544.51
HexA181420143B25282a2d
Octal2412011020247345505255
Binary10100001100000011000010010100111011100101101000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18142; }

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

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

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

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

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

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

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

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