#A68F47

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

Shades of Luxor Gold #A68F47

Tints of Luxor Gold #A68F47

Color information

#A68F47 (or 0xA68F47) is unknown color: approx Luxor Gold. HEX triplet: A6, 8F and 47. RGB value is (166,143,71). Sum of RGB (Red+Green+Blue) = 166+143+71=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68F47 is #5970B8. Grayscale: #8D8D8D. Windows color (decimal): -5861561 or 4689830. OLE color: 4689830.

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

Color convert

RGB16614371-
CMYK00.140.570.35
HSL45.47º40.08%46.47%-
HSV(B)45.47º57.23%65.1%-
XYZ26.6928.2110-
YUV141.6788.12145.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.68%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 71 (28.12% from 255) = 18.68%
R=43.68%
G=37.63%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661437100.140.570.3545.4740.0846.47
HexA68F470E39232d282e
Octal2462171070167143555056
Binary1010011010001111100011101110111001100011101101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F47; }

 p { color: rgb(166,143,71); }

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

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

 a { background-color: rgb(166,143,71); }

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

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

 span { border-color: rgb(166,143,71); }

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