#A38846

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

Shades of Luxor Gold #A38846

Tints of Luxor Gold #A38846

Color information

#A38846 (or 0xA38846) is unknown color: approx Luxor Gold. HEX triplet: A3, 88 and 46. RGB value is (163,136,70). Sum of RGB (Red+Green+Blue) = 163+136+70=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A38846 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38846 is #5C77B9. Grayscale: #888888. Windows color (decimal): -6059962 or 4622499. OLE color: 4622499.

HSL color Cylindrical-coordinate representation of color #A38846: hue angle of 42.58º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A38846 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16313670-
CMYK00.170.570.36
HSL42.58º39.91%45.69%-
HSV(B)42.58º57.06%63.92%-
XYZ25.0125.849.46-
YUV136.5590.45146.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 70 (27.73% from 255) = 18.97%
R=44.17%
G=36.86%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631367000.170.570.3642.5839.9145.69
HexA3884601139242b282e
Octal2432101060217144535056
Binary10100011100010001000110010001111001100100101011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38846; }

 p { color: rgb(163,136,70); }

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

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

 a { background-color: rgb(163,136,70); }

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

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

 span { border-color: rgb(163,136,70); }

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