#A88945

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

Shades of Luxor Gold #A88945

Tints of Luxor Gold #A88945

Color information

#A88945 (or 0xA88945) is unknown color: approx Luxor Gold. HEX triplet: A8, 89 and 45. RGB value is (168,137,69). Sum of RGB (Red+Green+Blue) = 168+137+69=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A88945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88945 is #5776BA. Grayscale: #8A8A8A. Windows color (decimal): -5732027 or 4557224. OLE color: 4557224.

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

Color convert

RGB16813769-
CMYK00.180.590.34
HSL41.21º41.77%46.47%-
HSV(B)41.21º58.93%65.88%-
XYZ26.1726.659.39-
YUV138.5288.77149.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.92%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=44.92%
G=36.63%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681376900.180.590.3441.2141.7746.47
HexA889450123B22292a2e
Octal2502111050227342515256
Binary10101000100010011000101010010111011100010101001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88945; }

 p { color: rgb(168,137,69); }

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

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

 a { background-color: rgb(168,137,69); }

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

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

 span { border-color: rgb(168,137,69); }

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