#A48A4A

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

Shades of Luxor Gold #A48A4A

Tints of Luxor Gold #A48A4A

Color information

#A48A4A (or 0xA48A4A) is unknown color: approx Luxor Gold. HEX triplet: A4, 8A and 4A. RGB value is (164,138,74). Sum of RGB (Red+Green+Blue) = 164+138+74=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48A4A is #5B75B5. Grayscale: #8A8A8A. Windows color (decimal): -5993910 or 4885156. OLE color: 4885156.

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

Color convert

RGB16413874-
CMYK00.160.550.36
HSL42.67º37.82%46.67%-
HSV(B)42.67º54.88%64.31%-
XYZ25.6326.5610.25-
YUV138.4891.61146.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.62%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 74 (29.30% from 255) = 19.68%
R=43.62%
G=36.70%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641387400.160.550.3642.6737.8246.67
HexA48A4A01037242b262f
Octal2442121120206744534657
Binary10100100100010101001010010000110111100100101011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48A4A; }

 p { color: rgb(164,138,74); }

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

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

 a { background-color: rgb(164,138,74); }

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

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

 span { border-color: rgb(164,138,74); }

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