#A68945

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

Shades of Luxor Gold #A68945

Tints of Luxor Gold #A68945

Color information

#A68945 (or 0xA68945) is unknown color: approx Luxor Gold. HEX triplet: A6, 89 and 45. RGB value is (166,137,69). Sum of RGB (Red+Green+Blue) = 166+137+69=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A68945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68945 is #5976BA. Grayscale: #8A8A8A. Windows color (decimal): -5863099 or 4557222. OLE color: 4557222.

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

Color convert

RGB16613769-
CMYK00.170.580.35
HSL42.06º41.28%46.08%-
HSV(B)42.06º58.43%65.1%-
XYZ25.7526.439.37-
YUV137.9289.11148.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 69 (27.34% from 255) = 18.55%
R=44.62%
G=36.83%
B=18.55%

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
Decimal1661376900.170.580.3542.0641.2846.08
HexA689450113A232a292e
Octal2462111050217243525156
Binary10100110100010011000101010001111010100011101010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68945; }

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

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

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

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

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

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

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

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