#A49143

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

Shades of Luxor Gold #A49143

Tints of Luxor Gold #A49143

Color information

#A49143 (or 0xA49143) is unknown color: approx Luxor Gold. HEX triplet: A4, 91 and 43. RGB value is (164,145,67). Sum of RGB (Red+Green+Blue) = 164+145+67=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A49143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49143 is #5B6EBC. Grayscale: #8E8E8E. Windows color (decimal): -5992125 or 4428196. OLE color: 4428196.

HSL color Cylindrical-coordinate representation of color #A49143: hue angle of 48.25º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A49143 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16414567-
CMYK00.120.590.36
HSL48.25º41.99%45.29%-
HSV(B)48.25º59.15%64.31%-
XYZ26.4528.559.43-
YUV141.7985.79143.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 145 (57.03% from 255) = 38.56%
BLUE value IS 67 (26.56% from 255) = 17.82%
R=43.62%
G=38.56%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641456700.120.590.3648.2541.9945.29
HexA491430C3B24302a2d
Octal2442211030147344605255
Binary1010010010010001100001101100111011100100110000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49143; }

 p { color: rgb(164,145,67); }

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

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

 a { background-color: rgb(164,145,67); }

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

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

 span { border-color: rgb(164,145,67); }

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