#A0914B

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

Shades of Luxor Gold #A0914B

Tints of Luxor Gold #A0914B

Color information

#A0914B (or 0xA0914B) is unknown color: approx Luxor Gold. HEX triplet: A0, 91 and 4B. RGB value is (160,145,75). Sum of RGB (Red+Green+Blue) = 160+145+75=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A0914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0914B is #5F6EB4. Grayscale: #8D8D8D. Windows color (decimal): -6254261 or 4952480. OLE color: 4952480.

HSL color Cylindrical-coordinate representation of color #A0914B: hue angle of 49.41º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0914B is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB16014575-
CMYK00.090.530.37
HSL49.41º36.17%46.08%-
HSV(B)49.41º53.12%62.75%-
XYZ25.8928.2310.74-
YUV141.590.47141.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.11%
GREEN value IS 145 (57.03% from 255) = 38.16%
BLUE value IS 75 (29.69% from 255) = 19.74%
R=42.11%
G=38.16%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601457500.090.530.3749.4136.1746.08
HexA0914B09352531242e
Octal2402211130116545614456
Binary1010000010010001100101101001110101100101110001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0914B; }

 p { color: rgb(160,145,75); }

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

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

 a { background-color: rgb(160,145,75); }

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

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

 span { border-color: rgb(160,145,75); }

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