#AB8B43

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

Shades of Luxor Gold #AB8B43

Tints of Luxor Gold #AB8B43

Color information

#AB8B43 (or 0xAB8B43) is unknown color: approx Luxor Gold. HEX triplet: AB, 8B and 43. RGB value is (171,139,67). Sum of RGB (Red+Green+Blue) = 171+139+67=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8B43 is #5474BC. Grayscale: #8C8C8C. Windows color (decimal): -5534909 or 4426667. OLE color: 4426667.

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

Color convert

RGB17113967-
CMYK00.190.610.33
HSL41.54º43.7%46.67%-
HSV(B)41.54º60.82%67.06%-
XYZ27.0427.539.2-
YUV140.3686.6149.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 139 (54.69% from 255) = 36.87%
BLUE value IS 67 (26.56% from 255) = 17.77%
R=45.36%
G=36.87%
B=17.77%

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
Decimal1711396700.190.610.3341.5443.746.67
HexAB8B430133D212a2c2f
Octal2532131030237541525457
Binary10101011100010111000011010011111101100001101010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B43; }

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

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

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

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

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

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

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

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