#A28747

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

Shades of Luxor Gold #A28747

Tints of Luxor Gold #A28747

Color information

#A28747 (or 0xA28747) is unknown color: approx Luxor Gold. HEX triplet: A2, 87 and 47. RGB value is (162,135,71). Sum of RGB (Red+Green+Blue) = 162+135+71=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A28747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28747 is #5D78B8. Grayscale: #888888. Windows color (decimal): -6125753 or 4687778. OLE color: 4687778.

HSL color Cylindrical-coordinate representation of color #A28747: hue angle of 42.2º 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 #A28747 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16213571-
CMYK00.170.560.36
HSL42.2º39.06%45.69%-
HSV(B)42.2º56.17%63.53%-
XYZ24.725.469.57-
YUV135.7891.45146.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 71 (28.12% from 255) = 19.29%
R=44.02%
G=36.68%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621357100.170.560.3642.239.0645.69
HexA2874701138242a272e
Octal2422071070217044524756
Binary10100010100001111000111010001111000100100101010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28747; }

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

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

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

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

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

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

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

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