#A6883F

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

Shades of Luxor Gold #A6883F

Tints of Luxor Gold #A6883F

Color information

#A6883F (or 0xA6883F) is unknown color: approx Luxor Gold. HEX triplet: A6, 88 and 3F. RGB value is (166,136,63). Sum of RGB (Red+Green+Blue) = 166+136+63=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A6883F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6883F is #5977C0. Grayscale: #888888. Windows color (decimal): -5863361 or 4163750. OLE color: 4163750.

HSL color Cylindrical-coordinate representation of color #A6883F: hue angle of 42.52º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6883F is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16613663-
CMYK00.180.620.35
HSL42.52º44.98%44.9%-
HSV(B)42.52º62.05%65.1%-
XYZ25.4326.078.4-
YUV136.6586.44148.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 136 (53.52% from 255) = 37.26%
BLUE value IS 63 (25% from 255) = 17.26%
R=45.48%
G=37.26%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661366300.180.620.3542.5244.9844.9
HexA6883F0123E232b2d2d
Octal246210770227643535555
Binary1010011010001000111111010010111110100011101011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6883F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6883F; }

 p { color: rgb(166,136,63); }

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

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

 a { background-color: rgb(166,136,63); }

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

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

 span { border-color: rgb(166,136,63); }

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