#A2913F

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

Shades of Luxor Gold #A2913F

Tints of Luxor Gold #A2913F

Color information

#A2913F (or 0xA2913F) is unknown color: approx Luxor Gold. HEX triplet: A2, 91 and 3F. RGB value is (162,145,63). Sum of RGB (Red+Green+Blue) = 162+145+63=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2913F is #5D6EC0. Grayscale: #8D8D8D. Windows color (decimal): -6123201 or 4166050. OLE color: 4166050.

HSL color Cylindrical-coordinate representation of color #A2913F: hue angle of 49.7º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2913F is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16214563-
CMYK00.100.610.36
HSL49.7º44%44.12%-
HSV(B)49.7º61.11%63.53%-
XYZ25.9228.298.8-
YUV140.7384.13143.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 145 (57.03% from 255) = 39.19%
BLUE value IS 63 (25% from 255) = 17.03%
R=43.78%
G=39.19%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621456300.100.610.3649.74444.12
HexA2913F0A3D24322c2c
Octal242221770127544625454
Binary101000101001000111111101010111101100100110010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2913F; }

 p { color: rgb(162,145,63); }

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

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

 a { background-color: rgb(162,145,63); }

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

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

 span { border-color: rgb(162,145,63); }

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