#A88E45

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

Shades of Luxor Gold #A88E45

Tints of Luxor Gold #A88E45

Color information

#A88E45 (or 0xA88E45) is unknown color: approx Luxor Gold. HEX triplet: A8, 8E and 45. RGB value is (168,142,69). Sum of RGB (Red+Green+Blue) = 168+142+69=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88E45 is #5771BA. Grayscale: #8D8D8D. Windows color (decimal): -5730747 or 4558504. OLE color: 4558504.

HSL color Cylindrical-coordinate representation of color #A88E45: hue angle of 44.24º 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 #A88E45 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB16814269-
CMYK00.150.590.34
HSL44.24º41.77%46.47%-
HSV(B)44.24º58.93%65.88%-
XYZ26.928.19.64-
YUV141.4587.11146.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 142 (55.86% from 255) = 37.47%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=44.33%
G=37.47%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681426900.150.590.3444.2441.7746.47
HexA88E450F3B222c2a2e
Octal2502161050177342545256
Binary1010100010001110100010101111111011100010101100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88E45; }

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

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

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

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

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

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

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

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