#A28A4A

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

Shades of Luxor Gold #A28A4A

Tints of Luxor Gold #A28A4A

Color information

#A28A4A (or 0xA28A4A) is unknown color: approx Luxor Gold. HEX triplet: A2, 8A and 4A. RGB value is (162,138,74). Sum of RGB (Red+Green+Blue) = 162+138+74=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A4A is #5D75B5. Grayscale: #8A8A8A. Windows color (decimal): -6124982 or 4885154. OLE color: 4885154.

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

Color convert

RGB16213874-
CMYK00.150.540.36
HSL43.64º37.29%46.27%-
HSV(B)43.64º54.32%63.53%-
XYZ25.2226.3510.24-
YUV137.8891.95145.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 74 (29.30% from 255) = 19.79%
R=43.32%
G=36.90%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621387400.150.540.3643.6437.2946.27
HexA28A4A0F36242c252e
Octal2422121120176644544556
Binary1010001010001010100101001111110110100100101100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A4A; }

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

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

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

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

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

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

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

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