#A7923F

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

Shades of Luxor Gold #A7923F

Tints of Luxor Gold #A7923F

Color information

#A7923F (or 0xA7923F) is unknown color: approx Luxor Gold. HEX triplet: A7, 92 and 3F. RGB value is (167,146,63). Sum of RGB (Red+Green+Blue) = 167+146+63=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A7923F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7923F is #586DC0. Grayscale: #8F8F8F. Windows color (decimal): -5795265 or 4166311. OLE color: 4166311.

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

Color convert

RGB16714663-
CMYK00.130.620.35
HSL47.88º45.22%45.1%-
HSV(B)47.88º62.28%65.49%-
XYZ27.1129.138.9-
YUV142.8282.96145.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.41%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 63 (25% from 255) = 16.76%
R=44.41%
G=38.83%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671466300.130.620.3547.8845.2245.1
HexA7923F0D3E23302d2d
Octal247222770157643605555
Binary101001111001001011111101101111110100011110000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7923F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7923F; }

 p { color: rgb(167,146,63); }

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

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

 a { background-color: rgb(167,146,63); }

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

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

 span { border-color: rgb(167,146,63); }

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