#A28A41

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

Shades of Luxor Gold #A28A41

Tints of Luxor Gold #A28A41

Color information

#A28A41 (or 0xA28A41) is unknown color: approx Luxor Gold. HEX triplet: A2, 8A and 41. RGB value is (162,138,65). Sum of RGB (Red+Green+Blue) = 162+138+65=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A41 is #5D75BE. Grayscale: #898989. Windows color (decimal): -6124991 or 4295330. OLE color: 4295330.

HSL color Cylindrical-coordinate representation of color #A28A41: hue angle of 45.15º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A28A41 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16213865-
CMYK00.150.600.36
HSL45.15º42.73%44.51%-
HSV(B)45.15º59.88%63.53%-
XYZ24.9426.248.75-
YUV136.8587.45145.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 138 (54.30% from 255) = 37.81%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=44.38%
G=37.81%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621386500.150.600.3645.1542.7344.51
HexA28A410F3C242d2b2d
Octal2422121010177444555355
Binary1010001010001010100000101111111100100100101101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A41; }

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

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

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

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

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

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

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

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