#A58948

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

Shades of Luxor Gold #A58948

Tints of Luxor Gold #A58948

Color information

#A58948 (or 0xA58948) is unknown color: approx Luxor Gold. HEX triplet: A5, 89 and 48. RGB value is (165,137,72). Sum of RGB (Red+Green+Blue) = 165+137+72=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A58948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58948 is #5A76B7. Grayscale: #8A8A8A. Windows color (decimal): -5928632 or 4753829. OLE color: 4753829.

HSL color Cylindrical-coordinate representation of color #A58948: hue angle of 41.94º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A58948 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16513772-
CMYK00.170.560.35
HSL41.94º39.24%46.47%-
HSV(B)41.94º56.36%64.71%-
XYZ25.6326.369.87-
YUV137.9690.78147.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 72 (28.52% from 255) = 19.25%
R=44.12%
G=36.63%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651377200.170.560.3541.9439.2446.47
HexA5894801138232a272e
Octal2452111100217043524756
Binary10100101100010011001000010001111000100011101010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58948; }

 p { color: rgb(165,137,72); }

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

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

 a { background-color: rgb(165,137,72); }

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

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

 span { border-color: rgb(165,137,72); }

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