#A88744

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

Shades of Luxor Gold #A88744

Tints of Luxor Gold #A88744

Color information

#A88744 (or 0xA88744) is unknown color: approx Luxor Gold. HEX triplet: A8, 87 and 44. RGB value is (168,135,68). Sum of RGB (Red+Green+Blue) = 168+135+68=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A88744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88744 is #5778BB. Grayscale: #898989. Windows color (decimal): -5732540 or 4491176. OLE color: 4491176.

HSL color Cylindrical-coordinate representation of color #A88744: hue angle of 40.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 #A88744 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16813568-
CMYK00.200.600.34
HSL40.2º42.37%46.27%-
HSV(B)40.2º59.52%65.88%-
XYZ25.8626.079.14-
YUV137.2388.93149.95-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 68 (26.95% from 255) = 18.33%
R=45.28%
G=36.39%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681356800.200.600.3440.242.3746.27
HexA887440143C22282a2e
Octal2502071040247442505256
Binary10101000100001111000100010100111100100010101000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88744; }

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

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

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

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

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

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

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

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