#A28B3F

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

Shades of Luxor Gold #A28B3F

Tints of Luxor Gold #A28B3F

Color information

#A28B3F (or 0xA28B3F) is unknown color: approx Luxor Gold. HEX triplet: A2, 8B and 3F. RGB value is (162,139,63). Sum of RGB (Red+Green+Blue) = 162+139+63=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A28B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28B3F is #5D74C0. Grayscale: #898989. Windows color (decimal): -6124737 or 4164514. OLE color: 4164514.

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

Color convert

RGB16213963-
CMYK00.140.610.36
HSL46.06º44%44.12%-
HSV(B)46.06º61.11%63.53%-
XYZ25.0326.518.5-
YUV137.2186.12145.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 139 (54.69% from 255) = 38.19%
BLUE value IS 63 (25% from 255) = 17.31%
R=44.51%
G=38.19%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621396300.140.610.3646.064444.12
HexA28B3F0E3D242e2c2c
Octal242213770167544565454
Binary101000101000101111111101110111101100100101110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28B3F; }

 p { color: rgb(162,139,63); }

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

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

 a { background-color: rgb(162,139,63); }

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

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

 span { border-color: rgb(162,139,63); }

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