#A28B47

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

Shades of Luxor Gold #A28B47

Tints of Luxor Gold #A28B47

Color information

#A28B47 (or 0xA28B47) is unknown color: approx Luxor Gold. HEX triplet: A2, 8B and 47. RGB value is (162,139,71). Sum of RGB (Red+Green+Blue) = 162+139+71=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B47 is #5D74B8. Grayscale: #8A8A8A. Windows color (decimal): -6124729 or 4688802. OLE color: 4688802.

HSL color Cylindrical-coordinate representation of color #A28B47: hue angle of 44.84º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A28B47 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16213971-
CMYK00.140.560.36
HSL44.84º39.06%45.69%-
HSV(B)44.84º56.17%63.53%-
XYZ25.2726.69.76-
YUV138.1290.12145.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 71 (28.12% from 255) = 19.09%
R=43.55%
G=37.37%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621397100.140.560.3644.8439.0645.69
HexA28B470E38242d272e
Octal2422131070167044554756
Binary1010001010001011100011101110111000100100101101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B47; }

 p { color: rgb(162,139,71); }

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

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

 a { background-color: rgb(162,139,71); }

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

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

 span { border-color: rgb(162,139,71); }

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