#A88845

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

Shades of Luxor Gold #A88845

Tints of Luxor Gold #A88845

Color information

#A88845 (or 0xA88845) is unknown color: approx Luxor Gold. HEX triplet: A8, 88 and 45. RGB value is (168,136,69). Sum of RGB (Red+Green+Blue) = 168+136+69=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A88845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88845 is #5777BA. Grayscale: #8A8A8A. Windows color (decimal): -5732283 or 4556968. OLE color: 4556968.

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

Color convert

RGB16813669-
CMYK00.190.590.34
HSL40.61º41.77%46.47%-
HSV(B)40.61º58.93%65.88%-
XYZ26.0326.369.35-
YUV137.9389.1149.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.04%
GREEN value IS 136 (53.52% from 255) = 36.46%
BLUE value IS 69 (27.34% from 255) = 18.50%
R=45.04%
G=36.46%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681366900.190.590.3440.6141.7746.47
HexA888450133B22292a2e
Octal2502101050237342515256
Binary10101000100010001000101010011111011100010101001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88845; }

 p { color: rgb(168,136,69); }

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

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

 a { background-color: rgb(168,136,69); }

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

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

 span { border-color: rgb(168,136,69); }

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