#A28D40

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

Shades of Luxor Gold #A28D40

Tints of Luxor Gold #A28D40

Color information

#A28D40 (or 0xA28D40) is unknown color: approx Luxor Gold. HEX triplet: A2, 8D and 40. RGB value is (162,141,64). Sum of RGB (Red+Green+Blue) = 162+141+64=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D40 is #5D72BF. Grayscale: #8A8A8A. Windows color (decimal): -6124224 or 4230562. OLE color: 4230562.

HSL color Cylindrical-coordinate representation of color #A28D40: hue angle of 47.14º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A28D40 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16214164-
CMYK00.130.600.36
HSL47.14º43.36%44.31%-
HSV(B)47.14º60.49%63.53%-
XYZ25.3527.18.75-
YUV138.585.96144.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=44.14%
G=38.42%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621416400.130.600.3647.1443.3644.31
HexA28D400D3C242f2b2c
Octal2422151000157444575354
Binary1010001010001101100000001101111100100100101111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D40; }

 p { color: rgb(162,141,64); }

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

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

 a { background-color: rgb(162,141,64); }

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

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

 span { border-color: rgb(162,141,64); }

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