#AB8A47

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

Shades of Luxor Gold #AB8A47

Tints of Luxor Gold #AB8A47

Color information

#AB8A47 (or 0xAB8A47) is unknown color: approx Luxor Gold. HEX triplet: AB, 8A and 47. RGB value is (171,138,71). Sum of RGB (Red+Green+Blue) = 171+138+71=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8A47 is #5475B8. Grayscale: #8C8C8C. Windows color (decimal): -5535161 or 4688555. OLE color: 4688555.

HSL color Cylindrical-coordinate representation of color #AB8A47: hue angle of 40.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB8A47 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17113871-
CMYK00.190.580.33
HSL40.2º41.32%47.45%-
HSV(B)40.2º58.48%67.06%-
XYZ27.0227.299.8-
YUV140.2388.93149.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 71 (28.12% from 255) = 18.68%
R=45%
G=36.32%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711387100.190.580.3340.241.3247.45
HexAB8A470133A2128292f
Octal2532121070237241505157
Binary10101011100010101000111010011111010100001101000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8A47; }

 p { color: rgb(171,138,71); }

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

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

 a { background-color: rgb(171,138,71); }

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

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

 span { border-color: rgb(171,138,71); }

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