#AB8946

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

Shades of Luxor Gold #AB8946

Tints of Luxor Gold #AB8946

Color information

#AB8946 (or 0xAB8946) is unknown color: approx Luxor Gold. HEX triplet: AB, 89 and 46. RGB value is (171,137,70). Sum of RGB (Red+Green+Blue) = 171+137+70=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8946 is #5476B9. Grayscale: #8B8B8B. Windows color (decimal): -5535418 or 4622763. OLE color: 4622763.

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

Color convert

RGB17113770-
CMYK00.200.590.33
HSL39.8º41.91%47.25%-
HSV(B)39.8º59.06%67.06%-
XYZ26.8526.999.59-
YUV139.5388.76150.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 137 (53.91% from 255) = 36.24%
BLUE value IS 70 (27.73% from 255) = 18.52%
R=45.24%
G=36.24%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711377000.200.590.3339.841.9147.25
HexAB89460143B21282a2f
Octal2532111060247341505257
Binary10101011100010011000110010100111011100001101000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8946; }

 p { color: rgb(171,137,70); }

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

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

 a { background-color: rgb(171,137,70); }

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

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

 span { border-color: rgb(171,137,70); }

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