#A28D48

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

Shades of Luxor Gold #A28D48

Tints of Luxor Gold #A28D48

Color information

#A28D48 (or 0xA28D48) is unknown color: approx Luxor Gold. HEX triplet: A2, 8D and 48. RGB value is (162,141,72). Sum of RGB (Red+Green+Blue) = 162+141+72=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D48 is #5D72B7. Grayscale: #8B8B8B. Windows color (decimal): -6124216 or 4754850. OLE color: 4754850.

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

Color convert

RGB16214172-
CMYK00.130.560.36
HSL46º38.46%45.88%-
HSV(B)46º55.56%63.53%-
XYZ25.5927.210.03-
YUV139.4189.96144.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 141 (55.47% from 255) = 37.6%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=43.2%
G=37.6%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621417200.130.560.364638.4645.88
HexA28D480D38242e262e
Octal2422151100157044564656
Binary1010001010001101100100001101111000100100101110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D48; }

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

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

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

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

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

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

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

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