#A48A3E

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

Shades of Luxor Gold #A48A3E

Tints of Luxor Gold #A48A3E

Color information

#A48A3E (or 0xA48A3E) is unknown color: approx Luxor Gold. HEX triplet: A4, 8A and 3E. RGB value is (164,138,62). Sum of RGB (Red+Green+Blue) = 164+138+62=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A3E is #5B75C1. Grayscale: #898989. Windows color (decimal): -5993922 or 4098724. OLE color: 4098724.

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

Color convert

RGB16413862-
CMYK00.160.620.36
HSL44.71º45.13%44.31%-
HSV(B)44.71º62.2%64.31%-
XYZ25.2726.428.32-
YUV137.1185.61147.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 138 (54.30% from 255) = 37.91%
BLUE value IS 62 (24.61% from 255) = 17.03%
R=45.05%
G=37.91%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641386200.160.620.3644.7145.1344.31
HexA48A3E0103E242d2d2c
Octal244212760207644555554
Binary1010010010001010111110010000111110100100101101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A3E; }

 p { color: rgb(164,138,62); }

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

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

 a { background-color: rgb(164,138,62); }

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

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

 span { border-color: rgb(164,138,62); }

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