#AB8F3B

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

Shades of Luxor Gold #AB8F3B

Tints of Luxor Gold #AB8F3B

Color information

#AB8F3B (or 0xAB8F3B) is unknown color: approx Luxor Gold. HEX triplet: AB, 8F and 3B. RGB value is (171,143,59). Sum of RGB (Red+Green+Blue) = 171+143+59=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F3B is #5470C4. Grayscale: #8E8E8E. Windows color (decimal): -5533893 or 3903403. OLE color: 3903403.

HSL color Cylindrical-coordinate representation of color #AB8F3B: hue angle of 45º degrees, saturation: 0.49, 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 #AB8F3B is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB17114359-
CMYK00.160.650.33
HSL45º48.7%45.1%-
HSV(B)45º65.5%67.06%-
XYZ27.4128.628.22-
YUV141.881.28148.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 59 (23.44% from 255) = 15.82%
R=45.84%
G=38.34%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711435900.160.650.334548.745.1
HexAB8F3B01041212d312d
Octal2532177302010141556155
Binary10101011100011111110110100001000001100001101101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8F3B; }

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

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

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

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

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

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

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

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