#A88F3F

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

Shades of Luxor Gold #A88F3F

Tints of Luxor Gold #A88F3F

Color information

#A88F3F (or 0xA88F3F) is unknown color: approx Luxor Gold. HEX triplet: A8, 8F and 3F. RGB value is (168,143,63). Sum of RGB (Red+Green+Blue) = 168+143+63=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A88F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88F3F is #5770C0. Grayscale: #8D8D8D. Windows color (decimal): -5730497 or 4165544. OLE color: 4165544.

HSL color Cylindrical-coordinate representation of color #A88F3F: hue angle of 45.71º 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 #A88F3F is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB16814363-
CMYK00.150.630.34
HSL45.71º45.45%45.29%-
HSV(B)45.71º62.5%65.88%-
XYZ26.8728.338.75-
YUV141.3583.78147-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.92%
GREEN value IS 143 (56.25% from 255) = 38.24%
BLUE value IS 63 (25% from 255) = 16.84%
R=44.92%
G=38.24%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681436300.150.630.3445.7145.4545.29
HexA88F3F0F3F222e2d2d
Octal250217770177742565555
Binary101010001000111111111101111111111100010101110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88F3F; }

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

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

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

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

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

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

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

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