#A88C43

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

Shades of Luxor Gold #A88C43

Tints of Luxor Gold #A88C43

Color information

#A88C43 (or 0xA88C43) is unknown color: approx Luxor Gold. HEX triplet: A8, 8C and 43. RGB value is (168,140,67). Sum of RGB (Red+Green+Blue) = 168+140+67=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88C43 is #5773BC. Grayscale: #8C8C8C. Windows color (decimal): -5731261 or 4426920. OLE color: 4426920.

HSL color Cylindrical-coordinate representation of color #A88C43: hue angle of 43.37º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A88C43 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16814067-
CMYK00.170.600.34
HSL43.37º42.98%46.08%-
HSV(B)43.37º60.12%65.88%-
XYZ26.5427.499.22-
YUV140.0586.78147.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 67 (26.56% from 255) = 17.87%
R=44.8%
G=37.33%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681406700.170.600.3443.3742.9846.08
HexA88C430113C222b2b2e
Octal2502141030217442535356
Binary10101000100011001000011010001111100100010101011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88C43; }

 p { color: rgb(168,140,67); }

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

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

 a { background-color: rgb(168,140,67); }

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

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

 span { border-color: rgb(168,140,67); }

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