#AB8B42

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

Shades of Luxor Gold #AB8B42

Tints of Luxor Gold #AB8B42

Color information

#AB8B42 (or 0xAB8B42) is unknown color: approx Luxor Gold. HEX triplet: AB, 8B and 42. RGB value is (171,139,66). Sum of RGB (Red+Green+Blue) = 171+139+66=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8B42 is #5474BD. Grayscale: #8C8C8C. Windows color (decimal): -5534910 or 4361131. OLE color: 4361131.

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

Color convert

RGB17113966-
CMYK00.190.610.33
HSL41.71º44.3%46.47%-
HSV(B)41.71º61.4%67.06%-
XYZ27.0127.529.04-
YUV140.2586.1149.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 139 (54.69% from 255) = 36.97%
BLUE value IS 66 (26.17% from 255) = 17.55%
R=45.48%
G=36.97%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711396600.190.610.3341.7144.346.47
HexAB8B420133D212a2c2e
Octal2532131020237541525456
Binary10101011100010111000010010011111101100001101010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B42; }

 p { color: rgb(171,139,66); }

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

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

 a { background-color: rgb(171,139,66); }

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

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

 span { border-color: rgb(171,139,66); }

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