#A8903C

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

Shades of Luxor Gold #A8903C

Tints of Luxor Gold #A8903C

Color information

#A8903C (or 0xA8903C) is unknown color: approx Luxor Gold. HEX triplet: A8, 90 and 3C. RGB value is (168,144,60). Sum of RGB (Red+Green+Blue) = 168+144+60=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A8903C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8903C is #576FC3. Grayscale: #8D8D8D. Windows color (decimal): -5730244 or 3969192. OLE color: 3969192.

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

Color convert

RGB16814460-
CMYK00.140.640.34
HSL46.67º47.37%44.71%-
HSV(B)46.67º64.29%65.88%-
XYZ26.9428.68.38-
YUV141.681.95146.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.16%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 60 (23.83% from 255) = 16.13%
R=45.16%
G=38.71%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681446000.140.640.3446.6747.3744.71
HexA8903C0E40222f2f2d
Octal2502207401610042575755
Binary1010100010010000111100011101000000100010101111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8903C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8903C; }

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

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

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

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

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

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

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

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