#A28A3D

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

Shades of Luxor Gold #A28A3D

Tints of Luxor Gold #A28A3D

Color information

#A28A3D (or 0xA28A3D) is unknown color: approx Luxor Gold. HEX triplet: A2, 8A and 3D. RGB value is (162,138,61). Sum of RGB (Red+Green+Blue) = 162+138+61=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A3D is #5D75C2. Grayscale: #888888. Windows color (decimal): -6124995 or 4033186. OLE color: 4033186.

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

Color convert

RGB16213861-
CMYK00.150.620.36
HSL45.74º45.29%43.73%-
HSV(B)45.74º62.35%63.53%-
XYZ24.8326.28.16-
YUV136.485.45146.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=44.88%
G=38.23%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621386100.150.620.3645.7445.2943.73
HexA28A3D0F3E242e2d2c
Octal242212750177644565554
Binary101000101000101011110101111111110100100101110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A3D; }

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

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

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

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

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

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

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

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