#A58844

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

Shades of Luxor Gold #A58844

Tints of Luxor Gold #A58844

Color information

#A58844 (or 0xA58844) is unknown color: approx Luxor Gold. HEX triplet: A5, 88 and 44. RGB value is (165,136,68). Sum of RGB (Red+Green+Blue) = 165+136+68=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A58844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58844 is #5A77BB. Grayscale: #898989. Windows color (decimal): -5928892 or 4491429. OLE color: 4491429.

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

Color convert

RGB16513668-
CMYK00.180.590.35
HSL42.06º41.63%45.69%-
HSV(B)42.06º58.79%64.71%-
XYZ25.3626.039.16-
YUV136.9289.11148.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 68 (26.95% from 255) = 18.43%
R=44.72%
G=36.86%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651366800.180.590.3542.0641.6345.69
HexA588440123B232a2a2e
Octal2452101040227343525256
Binary10100101100010001000100010010111011100011101010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58844; }

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

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

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

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

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

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

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

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