#A68A45

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

Shades of Luxor Gold #A68A45

Tints of Luxor Gold #A68A45

Color information

#A68A45 (or 0xA68A45) is unknown color: approx Luxor Gold. HEX triplet: A6, 8A and 45. RGB value is (166,138,69). Sum of RGB (Red+Green+Blue) = 166+138+69=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68A45 is #5975BA. Grayscale: #8A8A8A. Windows color (decimal): -5862843 or 4557478. OLE color: 4557478.

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

Color convert

RGB16613869-
CMYK00.170.580.35
HSL42.68º41.28%46.08%-
HSV(B)42.68º58.43%65.1%-
XYZ25.8926.719.42-
YUV138.5188.78147.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 138 (54.30% from 255) = 37.00%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=44.50%
G=37.00%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661386900.170.580.3542.6841.2846.08
HexA68A450113A232b292e
Octal2462121050217243535156
Binary10100110100010101000101010001111010100011101011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A45; }

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

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

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

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

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

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

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

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