#A2903F

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

Shades of Luxor Gold #A2903F

Tints of Luxor Gold #A2903F

Color information

#A2903F (or 0xA2903F) is unknown color: approx Luxor Gold. HEX triplet: A2, 90 and 3F. RGB value is (162,144,63). Sum of RGB (Red+Green+Blue) = 162+144+63=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2903F is #5D6FC0. Grayscale: #8C8C8C. Windows color (decimal): -6123457 or 4165794. OLE color: 4165794.

HSL color Cylindrical-coordinate representation of color #A2903F: hue angle of 49.09º 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 #A2903F is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16214463-
CMYK00.110.610.36
HSL49.09º44%44.12%-
HSV(B)49.09º61.11%63.53%-
XYZ25.7727.998.75-
YUV140.1584.46143.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 144 (56.64% from 255) = 39.02%
BLUE value IS 63 (25% from 255) = 17.07%
R=43.90%
G=39.02%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621446300.110.610.3649.094444.12
HexA2903F0B3D24312c2c
Octal242220770137544615454
Binary101000101001000011111101011111101100100110001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2903F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2903F; }

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

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

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

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

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

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

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

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