#AB8F40

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

Shades of Luxor Gold #AB8F40

Tints of Luxor Gold #AB8F40

Color information

#AB8F40 (or 0xAB8F40) is unknown color: approx Luxor Gold. HEX triplet: AB, 8F and 40. RGB value is (171,143,64). Sum of RGB (Red+Green+Blue) = 171+143+64=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F40 is #5470BF. Grayscale: #8E8E8E. Windows color (decimal): -5533888 or 4231083. OLE color: 4231083.

HSL color Cylindrical-coordinate representation of color #AB8F40: hue angle of 44.3º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB8F40 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17114364-
CMYK00.160.630.33
HSL44.3º45.53%46.08%-
HSV(B)44.3º62.57%67.06%-
XYZ27.5428.678.93-
YUV142.3783.78148.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 143 (56.25% from 255) = 37.83%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=45.24%
G=37.83%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711436400.160.630.3344.345.5346.08
HexAB8F400103F212c2e2e
Octal2532171000207741545656
Binary10101011100011111000000010000111111100001101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F40; }

 p { color: rgb(171,143,64); }

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

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

 a { background-color: rgb(171,143,64); }

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

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

 span { border-color: rgb(171,143,64); }

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