#A88B3F

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

Shades of Luxor Gold #A88B3F

Tints of Luxor Gold #A88B3F

Color information

#A88B3F (or 0xA88B3F) is unknown color: approx Luxor Gold. HEX triplet: A8, 8B and 3F. RGB value is (168,139,63). Sum of RGB (Red+Green+Blue) = 168+139+63=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88B3F is #5774C0. Grayscale: #8B8B8B. Windows color (decimal): -5731521 or 4164520. OLE color: 4164520.

HSL color Cylindrical-coordinate representation of color #A88B3F: hue angle of 43.43º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A88B3F is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB16813963-
CMYK00.170.630.34
HSL43.43º45.45%45.29%-
HSV(B)43.43º62.5%65.88%-
XYZ26.2827.158.56-
YUV139.0185.11148.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.41%
GREEN value IS 139 (54.69% from 255) = 37.57%
BLUE value IS 63 (25% from 255) = 17.03%
R=45.41%
G=37.57%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681396300.170.630.3443.4345.4545.29
HexA88B3F0113F222b2d2d
Octal250213770217742535555
Binary1010100010001011111111010001111111100010101011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88B3F; }

 p { color: rgb(168,139,63); }

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

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

 a { background-color: rgb(168,139,63); }

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

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

 span { border-color: rgb(168,139,63); }

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