#A48945

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

Shades of Luxor Gold #A48945

Tints of Luxor Gold #A48945

Color information

#A48945 (or 0xA48945) is unknown color: approx Luxor Gold. HEX triplet: A4, 89 and 45. RGB value is (164,137,69). Sum of RGB (Red+Green+Blue) = 164+137+69=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A48945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48945 is #5B76BA. Grayscale: #898989. Windows color (decimal): -5994171 or 4557220. OLE color: 4557220.

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

Color convert

RGB16413769-
CMYK00.160.580.36
HSL42.95º40.77%45.69%-
HSV(B)42.95º57.93%64.31%-
XYZ25.3326.219.35-
YUV137.3289.45147.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 137 (53.91% from 255) = 37.03%
BLUE value IS 69 (27.34% from 255) = 18.65%
R=44.32%
G=37.03%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641376900.160.580.3642.9540.7745.69
HexA489450103A242b292e
Octal2442111050207244535156
Binary10100100100010011000101010000111010100100101011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48945; }

 p { color: rgb(164,137,69); }

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

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

 a { background-color: rgb(164,137,69); }

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

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

 span { border-color: rgb(164,137,69); }

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