#AB913E

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

Shades of Luxor Gold #AB913E

Tints of Luxor Gold #AB913E

Color information

#AB913E (or 0xAB913E) is unknown color: approx Luxor Gold. HEX triplet: AB, 91 and 3E. RGB value is (171,145,62). Sum of RGB (Red+Green+Blue) = 171+145+62=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB913E is #546EC1. Grayscale: #8F8F8F. Windows color (decimal): -5533378 or 4100523. OLE color: 4100523.

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

Color convert

RGB17114562-
CMYK00.150.640.33
HSL45.69º46.78%45.69%-
HSV(B)45.69º63.74%67.06%-
XYZ27.7929.268.74-
YUV143.3182.11147.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.24%
GREEN value IS 145 (57.03% from 255) = 38.36%
BLUE value IS 62 (24.61% from 255) = 16.40%
R=45.24%
G=38.36%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711456200.150.640.3345.6946.7845.69
HexAB913E0F40212e2f2e
Octal2532217601710041565756
Binary1010101110010001111110011111000000100001101110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB913E; }

 p { color: rgb(171,145,62); }

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

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

 a { background-color: rgb(171,145,62); }

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

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

 span { border-color: rgb(171,145,62); }

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