#A7913D

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

Shades of Luxor Gold #A7913D

Tints of Luxor Gold #A7913D

Color information

#A7913D (or 0xA7913D) is unknown color: approx Luxor Gold. HEX triplet: A7, 91 and 3D. RGB value is (167,145,61). Sum of RGB (Red+Green+Blue) = 167+145+61=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A7913D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7913D is #586EC2. Grayscale: #8E8E8E. Windows color (decimal): -5795523 or 4034983. OLE color: 4034983.

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

Color convert

RGB16714561-
CMYK00.130.630.35
HSL47.55º46.49%44.71%-
HSV(B)47.55º63.47%65.49%-
XYZ26.928.88.56-
YUV14282.29145.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 145 (57.03% from 255) = 38.87%
BLUE value IS 61 (24.22% from 255) = 16.35%
R=44.77%
G=38.87%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671456100.130.630.3547.5546.4944.71
HexA7913D0D3F23302e2d
Octal247221750157743605655
Binary101001111001000111110101101111111100011110000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7913D; }

 p { color: rgb(167,145,61); }

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

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

 a { background-color: rgb(167,145,61); }

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

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

 span { border-color: rgb(167,145,61); }

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