#A28A48

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

Shades of Luxor Gold #A28A48

Tints of Luxor Gold #A28A48

Color information

#A28A48 (or 0xA28A48) is unknown color: approx Luxor Gold. HEX triplet: A2, 8A and 48. RGB value is (162,138,72). Sum of RGB (Red+Green+Blue) = 162+138+72=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A48 is #5D75B7. Grayscale: #898989. Windows color (decimal): -6124984 or 4754082. OLE color: 4754082.

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

Color convert

RGB16213872-
CMYK00.150.560.36
HSL44º38.46%45.88%-
HSV(B)44º55.56%63.53%-
XYZ25.1626.339.89-
YUV137.6590.95145.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 138 (54.30% from 255) = 37.10%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=43.55%
G=37.10%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621387200.150.560.364438.4645.88
HexA28A480F38242c262e
Octal2422121100177044544656
Binary1010001010001010100100001111111000100100101100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A48; }

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

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

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

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

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

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

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

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