#A58B4A

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

Shades of Luxor Gold #A58B4A

Tints of Luxor Gold #A58B4A

Color information

#A58B4A (or 0xA58B4A) is unknown color: approx Luxor Gold. HEX triplet: A5, 8B and 4A. RGB value is (165,139,74). Sum of RGB (Red+Green+Blue) = 165+139+74=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58B4A is #5A74B5. Grayscale: #8B8B8B. Windows color (decimal): -5928118 or 4885413. OLE color: 4885413.

HSL color Cylindrical-coordinate representation of color #A58B4A: hue angle of 42.86º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A58B4A is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16513974-
CMYK00.160.550.35
HSL42.86º38.08%46.86%-
HSV(B)42.86º55.15%64.71%-
XYZ25.9926.9610.31-
YUV139.3691.11146.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=43.65%
G=36.77%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651397400.160.550.3542.8638.0846.86
HexA58B4A01037232b262f
Octal2452131120206743534657
Binary10100101100010111001010010000110111100011101011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58B4A; }

 p { color: rgb(165,139,74); }

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

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

 a { background-color: rgb(165,139,74); }

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

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

 span { border-color: rgb(165,139,74); }

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