#A4863F

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

Shades of Luxor Gold #A4863F

Tints of Luxor Gold #A4863F

Color information

#A4863F (or 0xA4863F) is unknown color: approx Luxor Gold. HEX triplet: A4, 86 and 3F. RGB value is (164,134,63). Sum of RGB (Red+Green+Blue) = 164+134+63=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A4863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4863F is #5B79C0. Grayscale: #878787. Windows color (decimal): -5994945 or 4163236. OLE color: 4163236.

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

Color convert

RGB16413463-
CMYK00.180.620.36
HSL42.18º44.49%44.51%-
HSV(B)42.18º61.59%64.31%-
XYZ24.7325.38.28-
YUV134.8887.44148.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 63 (25% from 255) = 17.45%
R=45.43%
G=37.12%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641346300.180.620.3642.1844.4944.51
HexA4863F0123E242a2c2d
Octal244206770227644525455
Binary1010010010000110111111010010111110100100101010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4863F; }

 p { color: rgb(164,134,63); }

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

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

 a { background-color: rgb(164,134,63); }

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

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

 span { border-color: rgb(164,134,63); }

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