#AB8945

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

Shades of Luxor Gold #AB8945

Tints of Luxor Gold #AB8945

Color information

#AB8945 (or 0xAB8945) is unknown color: approx Luxor Gold. HEX triplet: AB, 89 and 45. RGB value is (171,137,69). Sum of RGB (Red+Green+Blue) = 171+137+69=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8945 is #5476BA. Grayscale: #8B8B8B. Windows color (decimal): -5535419 or 4557227. OLE color: 4557227.

HSL color Cylindrical-coordinate representation of color #AB8945: hue angle of 40º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB8945 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17113769-
CMYK00.200.600.33
HSL40º42.5%47.06%-
HSV(B)40º59.65%67.06%-
XYZ26.8126.989.42-
YUV139.4188.26150.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 69 (27.34% from 255) = 18.30%
R=45.36%
G=36.34%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711376900.200.600.334042.547.06
HexAB89450143C21282a2f
Octal2532111050247441505257
Binary10101011100010011000101010100111100100001101000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8945; }

 p { color: rgb(171,137,69); }

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

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

 a { background-color: rgb(171,137,69); }

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

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

 span { border-color: rgb(171,137,69); }

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