#AB8E3C

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

Shades of Luxor Gold #AB8E3C

Tints of Luxor Gold #AB8E3C

Color information

#AB8E3C (or 0xAB8E3C) is unknown color: approx Luxor Gold. HEX triplet: AB, 8E and 3C. RGB value is (171,142,60). Sum of RGB (Red+Green+Blue) = 171+142+60=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8E3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8E3C is #5471C3. Grayscale: #8D8D8D. Windows color (decimal): -5534148 or 3968683. OLE color: 3968683.

HSL color Cylindrical-coordinate representation of color #AB8E3C: hue angle of 44.32º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB8E3C is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17114260-
CMYK00.170.650.33
HSL44.32º48.05%45.29%-
HSV(B)44.32º64.91%67.06%-
XYZ27.2828.338.31-
YUV141.3282.11149.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 142 (55.86% from 255) = 38.07%
BLUE value IS 60 (23.83% from 255) = 16.09%
R=45.84%
G=38.07%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711426000.170.650.3344.3248.0545.29
HexAB8E3C01141212c302d
Octal2532167402110141546055
Binary10101011100011101111000100011000001100001101100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8E3C; }

 p { color: rgb(171,142,60); }

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

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

 a { background-color: rgb(171,142,60); }

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

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

 span { border-color: rgb(171,142,60); }

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