#A48B45

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

Shades of Luxor Gold #A48B45

Tints of Luxor Gold #A48B45

Color information

#A48B45 (or 0xA48B45) is unknown color: approx Luxor Gold. HEX triplet: A4, 8B and 45. RGB value is (164,139,69). Sum of RGB (Red+Green+Blue) = 164+139+69=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A48B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48B45 is #5B74BA. Grayscale: #8A8A8A. Windows color (decimal): -5993659 or 4557732. OLE color: 4557732.

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

Color convert

RGB16413969-
CMYK00.150.580.36
HSL44.21º40.77%45.69%-
HSV(B)44.21º57.93%64.31%-
XYZ25.6226.799.45-
YUV138.588.78146.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 69 (27.34% from 255) = 18.55%
R=44.09%
G=37.37%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641396900.150.580.3644.2140.7745.69
HexA48B450F3A242c292e
Octal2442131050177244545156
Binary1010010010001011100010101111111010100100101100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48B45; }

 p { color: rgb(164,139,69); }

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

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

 a { background-color: rgb(164,139,69); }

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

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

 span { border-color: rgb(164,139,69); }

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