#A68E45

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

Shades of Luxor Gold #A68E45

Tints of Luxor Gold #A68E45

Color information

#A68E45 (or 0xA68E45) is unknown color: approx Luxor Gold. HEX triplet: A6, 8E and 45. RGB value is (166,142,69). Sum of RGB (Red+Green+Blue) = 166+142+69=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A68E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68E45 is #5971BA. Grayscale: #8D8D8D. Windows color (decimal): -5861819 or 4558502. OLE color: 4558502.

HSL color Cylindrical-coordinate representation of color #A68E45: hue angle of 45.15º 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 #A68E45 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16614269-
CMYK00.140.580.35
HSL45.15º41.28%46.08%-
HSV(B)45.15º58.43%65.1%-
XYZ26.4727.889.62-
YUV140.8587.45145.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.03%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 69 (27.34% from 255) = 18.30%
R=44.03%
G=37.67%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661426900.140.580.3545.1541.2846.08
HexA68E450E3A232d292e
Octal2462161050167243555156
Binary1010011010001110100010101110111010100011101101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68E45; }

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

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

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

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

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

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

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

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