#A88C44

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

Shades of Luxor Gold #A88C44

Tints of Luxor Gold #A88C44

Color information

#A88C44 (or 0xA88C44) is unknown color: approx Luxor Gold. HEX triplet: A8, 8C and 44. RGB value is (168,140,68). Sum of RGB (Red+Green+Blue) = 168+140+68=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88C44 is #5773BB. Grayscale: #8C8C8C. Windows color (decimal): -5731260 or 4492456. OLE color: 4492456.

HSL color Cylindrical-coordinate representation of color #A88C44: hue angle of 43.2º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A88C44 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16814068-
CMYK00.170.600.34
HSL43.2º42.37%46.27%-
HSV(B)43.2º59.52%65.88%-
XYZ26.5727.59.38-
YUV140.1687.28147.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 68 (26.95% from 255) = 18.09%
R=44.68%
G=37.23%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681406800.170.600.3443.242.3746.27
HexA88C440113C222b2a2e
Octal2502141040217442535256
Binary10101000100011001000100010001111100100010101011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88C44; }

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

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

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

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

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

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

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

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