#A88741

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

Shades of Luxor Gold #A88741

Tints of Luxor Gold #A88741

Color information

#A88741 (or 0xA88741) is unknown color: approx Luxor Gold. HEX triplet: A8, 87 and 41. RGB value is (168,135,65). Sum of RGB (Red+Green+Blue) = 168+135+65=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A88741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88741 is #5778BE. Grayscale: #898989. Windows color (decimal): -5732543 or 4294568. OLE color: 4294568.

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

Color convert

RGB16813565-
CMYK00.200.610.34
HSL40.78º44.21%45.69%-
HSV(B)40.78º61.31%65.88%-
XYZ25.7726.038.67-
YUV136.8987.43150.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.65%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 65 (25.78% from 255) = 17.66%
R=45.65%
G=36.68%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681356500.200.610.3440.7844.2145.69
HexA887410143D22292c2e
Octal2502071010247542515456
Binary10101000100001111000001010100111101100010101001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88741; }

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

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

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

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

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

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

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

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