#A38946

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

Shades of Luxor Gold #A38946

Tints of Luxor Gold #A38946

Color information

#A38946 (or 0xA38946) is unknown color: approx Luxor Gold. HEX triplet: A3, 89 and 46. RGB value is (163,137,70). Sum of RGB (Red+Green+Blue) = 163+137+70=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A38946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38946 is #5C76B9. Grayscale: #898989. Windows color (decimal): -6059706 or 4622755. OLE color: 4622755.

HSL color Cylindrical-coordinate representation of color #A38946: hue angle of 43.23º 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 #A38946 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16313770-
CMYK00.160.570.36
HSL43.23º39.91%45.69%-
HSV(B)43.23º57.06%63.92%-
XYZ25.1626.129.51-
YUV137.1490.11146.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=44.05%
G=37.03%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631377000.160.570.3643.2339.9145.69
HexA3894601039242b282e
Octal2432111060207144535056
Binary10100011100010011000110010000111001100100101011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38946; }

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

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

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

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

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

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

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

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