#A7893D

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

Shades of Luxor Gold #A7893D

Tints of Luxor Gold #A7893D

Color information

#A7893D (or 0xA7893D) is unknown color: approx Luxor Gold. HEX triplet: A7, 89 and 3D. RGB value is (167,137,61). Sum of RGB (Red+Green+Blue) = 167+137+61=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A7893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7893D is #5876C2. Grayscale: #898989. Windows color (decimal): -5797571 or 4032935. OLE color: 4032935.

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

Color convert

RGB16713761-
CMYK00.180.630.35
HSL43.02º46.49%44.71%-
HSV(B)43.02º63.47%65.49%-
XYZ25.7226.448.16-
YUV137.3184.94149.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.75%
GREEN value IS 137 (53.91% from 255) = 37.53%
BLUE value IS 61 (24.22% from 255) = 16.71%
R=45.75%
G=37.53%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671376100.180.630.3543.0246.4944.71
HexA7893D0123F232b2e2d
Octal247211750227743535655
Binary1010011110001001111101010010111111100011101011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7893D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7893D; }

 p { color: rgb(167,137,61); }

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

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

 a { background-color: rgb(167,137,61); }

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

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

 span { border-color: rgb(167,137,61); }

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