#A8903E

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

Shades of Luxor Gold #A8903E

Tints of Luxor Gold #A8903E

Color information

#A8903E (or 0xA8903E) is unknown color: approx Luxor Gold. HEX triplet: A8, 90 and 3E. RGB value is (168,144,62). Sum of RGB (Red+Green+Blue) = 168+144+62=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8903E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8903E is #576FC1. Grayscale: #8E8E8E. Windows color (decimal): -5730242 or 4100264. OLE color: 4100264.

HSL color Cylindrical-coordinate representation of color #A8903E: hue angle of 46.42º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8903E is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB16814462-
CMYK00.140.630.34
HSL46.42º46.09%45.1%-
HSV(B)46.42º63.1%65.88%-
XYZ26.9928.628.66-
YUV141.8382.95146.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.92%
GREEN value IS 144 (56.64% from 255) = 38.50%
BLUE value IS 62 (24.61% from 255) = 16.58%
R=44.92%
G=38.50%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681446200.140.630.3446.4246.0945.1
HexA8903E0E3F222e2e2d
Octal250220760167742565655
Binary101010001001000011111001110111111100010101110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8903E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8903E; }

 p { color: rgb(168,144,62); }

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

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

 a { background-color: rgb(168,144,62); }

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

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

 span { border-color: rgb(168,144,62); }

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