#A38848

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

Shades of Luxor Gold #A38848

Tints of Luxor Gold #A38848

Color information

#A38848 (or 0xA38848) is unknown color: approx Luxor Gold. HEX triplet: A3, 88 and 48. RGB value is (163,136,72). Sum of RGB (Red+Green+Blue) = 163+136+72=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A38848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38848 is #5C77B7. Grayscale: #898989. Windows color (decimal): -6059960 or 4753571. OLE color: 4753571.

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

Color convert

RGB16313672-
CMYK00.170.560.36
HSL42.2º38.72%46.08%-
HSV(B)42.2º55.83%63.92%-
XYZ25.0825.869.8-
YUV136.7891.45146.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.94%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 72 (28.52% from 255) = 19.41%
R=43.94%
G=36.66%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631367200.170.560.3642.238.7246.08
HexA3884801138242a272e
Octal2432101100217044524756
Binary10100011100010001001000010001111000100100101010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38848; }

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

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

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

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

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

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

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

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