#A58845

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

Shades of Luxor Gold #A58845

Tints of Luxor Gold #A58845

Color information

#A58845 (or 0xA58845) is unknown color: approx Luxor Gold. HEX triplet: A5, 88 and 45. RGB value is (165,136,69). Sum of RGB (Red+Green+Blue) = 165+136+69=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A58845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58845 is #5A77BA. Grayscale: #898989. Windows color (decimal): -5928891 or 4556965. OLE color: 4556965.

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

Color convert

RGB16513669-
CMYK00.180.580.35
HSL41.88º41.03%45.88%-
HSV(B)41.88º58.18%64.71%-
XYZ25.426.049.32-
YUV137.0389.61147.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.59%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=44.59%
G=36.76%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651366900.180.580.3541.8841.0345.88
HexA588450123A232a292e
Octal2452101050227243525156
Binary10100101100010001000101010010111010100011101010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58845; }

 p { color: rgb(165,136,69); }

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

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

 a { background-color: rgb(165,136,69); }

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

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

 span { border-color: rgb(165,136,69); }

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