#A08C44

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

Shades of Luxor Gold #A08C44

Tints of Luxor Gold #A08C44

Color information

#A08C44 (or 0xA08C44) is unknown color: approx Luxor Gold. HEX triplet: A0, 8C and 44. RGB value is (160,140,68). Sum of RGB (Red+Green+Blue) = 160+140+68=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C44 is #5F73BB. Grayscale: #8A8A8A. Windows color (decimal): -6255548 or 4492448. OLE color: 4492448.

HSL color Cylindrical-coordinate representation of color #A08C44: hue angle of 46.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A08C44 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB16014068-
CMYK00.120.570.37
HSL46.96º40.35%44.71%-
HSV(B)46.96º57.5%62.75%-
XYZ24.9226.659.3-
YUV137.7788.63143.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 140 (55.08% from 255) = 38.04%
BLUE value IS 68 (26.95% from 255) = 18.48%
R=43.48%
G=38.04%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601406800.120.570.3746.9640.3544.71
HexA08C440C39252f282d
Octal2402141040147145575055
Binary1010000010001100100010001100111001100101101111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08C44; }

 p { color: rgb(160,140,68); }

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

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

 a { background-color: rgb(160,140,68); }

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

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

 span { border-color: rgb(160,140,68); }

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