#A68A40

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

Shades of Luxor Gold #A68A40

Tints of Luxor Gold #A68A40

Color information

#A68A40 (or 0xA68A40) is unknown color: approx Luxor Gold. HEX triplet: A6, 8A and 40. RGB value is (166,138,64). Sum of RGB (Red+Green+Blue) = 166+138+64=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A40 is #5975BF. Grayscale: #8A8A8A. Windows color (decimal): -5862848 or 4229798. OLE color: 4229798.

HSL color Cylindrical-coordinate representation of color #A68A40: hue angle of 43.53º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A68A40 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16613864-
CMYK00.170.610.35
HSL43.53º44.35%45.1%-
HSV(B)43.53º61.45%65.1%-
XYZ25.7426.658.64-
YUV137.9486.28148.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 64 (25.39% from 255) = 17.39%
R=45.11%
G=37.5%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661386400.170.610.3543.5344.3545.1
HexA68A400113D232c2c2d
Octal2462121000217543545455
Binary10100110100010101000000010001111101100011101100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A40; }

 p { color: rgb(166,138,64); }

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

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

 a { background-color: rgb(166,138,64); }

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

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

 span { border-color: rgb(166,138,64); }

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