#A2853E

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

Shades of Luxor Gold #A2853E

Tints of Luxor Gold #A2853E

Color information

#A2853E (or 0xA2853E) is unknown color: approx Luxor Gold. HEX triplet: A2, 85 and 3E. RGB value is (162,133,62). Sum of RGB (Red+Green+Blue) = 162+133+62=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2853E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2853E is #5D7AC1. Grayscale: #858585. Windows color (decimal): -6126274 or 4097442. OLE color: 4097442.

HSL color Cylindrical-coordinate representation of color #A2853E: hue angle of 42.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2853E is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB16213362-
CMYK00.180.620.36
HSL42.6º44.64%43.92%-
HSV(B)42.6º61.73%63.53%-
XYZ24.1624.88.07-
YUV133.5887.61148.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 133 (52.34% from 255) = 37.25%
BLUE value IS 62 (24.61% from 255) = 17.37%
R=45.38%
G=37.25%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621336200.180.620.3642.644.6443.92
HexA2853E0123E242b2d2c
Octal242205760227644535554
Binary1010001010000101111110010010111110100100101011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2853E; }

 p { color: rgb(162,133,62); }

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

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

 a { background-color: rgb(162,133,62); }

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

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

 span { border-color: rgb(162,133,62); }

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