#AB8C45

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

Shades of Luxor Gold #AB8C45

Tints of Luxor Gold #AB8C45

Color information

#AB8C45 (or 0xAB8C45) is unknown color: approx Luxor Gold. HEX triplet: AB, 8C and 45. RGB value is (171,140,69). Sum of RGB (Red+Green+Blue) = 171+140+69=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C45 is #5473BA. Grayscale: #8D8D8D. Windows color (decimal): -5534651 or 4557995. OLE color: 4557995.

HSL color Cylindrical-coordinate representation of color #AB8C45: hue angle of 41.76º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB8C45 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17114069-
CMYK00.180.600.33
HSL41.76º42.5%47.06%-
HSV(B)41.76º59.65%67.06%-
XYZ27.2527.849.57-
YUV141.1887.27149.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 140 (55.08% from 255) = 36.84%
BLUE value IS 69 (27.34% from 255) = 18.16%
R=45%
G=36.84%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711406900.180.600.3341.7642.547.06
HexAB8C450123C212a2a2f
Octal2532141050227441525257
Binary10101011100011001000101010010111100100001101010101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8C45; }

 p { color: rgb(171,140,69); }

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

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

 a { background-color: rgb(171,140,69); }

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

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

 span { border-color: rgb(171,140,69); }

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