#A28E48

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

Shades of Luxor Gold #A28E48

Tints of Luxor Gold #A28E48

Color information

#A28E48 (or 0xA28E48) is unknown color: approx Luxor Gold. HEX triplet: A2, 8E and 48. RGB value is (162,142,72). Sum of RGB (Red+Green+Blue) = 162+142+72=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E48 is #5D71B7. Grayscale: #8C8C8C. Windows color (decimal): -6123960 or 4755106. OLE color: 4755106.

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

Color convert

RGB16214272-
CMYK00.120.560.36
HSL46.67º38.46%45.88%-
HSV(B)46.67º55.56%63.53%-
XYZ25.7427.510.08-
YUV14089.63143.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 142 (55.86% from 255) = 37.77%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=43.09%
G=37.77%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621427200.120.560.3646.6738.4645.88
HexA28E480C38242f262e
Octal2422161100147044574656
Binary1010001010001110100100001100111000100100101111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E48; }

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

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

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

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

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

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

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

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