#A28E4A

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

Shades of Luxor Gold #A28E4A

Tints of Luxor Gold #A28E4A

Color information

#A28E4A (or 0xA28E4A) is unknown color: approx Luxor Gold. HEX triplet: A2, 8E and 4A. RGB value is (162,142,74). Sum of RGB (Red+Green+Blue) = 162+142+74=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28E4A is #5D71B5. Grayscale: #8C8C8C. Windows color (decimal): -6123958 or 4886178. OLE color: 4886178.

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

Color convert

RGB16214274-
CMYK00.120.540.36
HSL46.36º37.29%46.27%-
HSV(B)46.36º54.32%63.53%-
XYZ25.8127.5210.43-
YUV140.2390.63143.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=42.86%
G=37.57%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621427400.120.540.3646.3637.2946.27
HexA28E4A0C36242e252e
Octal2422161120146644564556
Binary1010001010001110100101001100110110100100101110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28E4A; }

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

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

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

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

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

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

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

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