#A27650

Color #A27650 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #A27650

Tints of Pale Brown #A27650

Color information

#A27650 (or 0xA27650) is unknown color: approx Pale Brown. HEX triplet: A2, 76 and 50. RGB value is (162,118,80). Sum of RGB (Red+Green+Blue) = 162+118+80=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A27650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27650 is #5D89AF. Grayscale: #7F7F7F. Windows color (decimal): -6130096 or 5273250. OLE color: 5273250.

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

Color convert

RGB16211880-
CMYK00.270.510.36
HSL27.8º33.88%47.45%-
HSV(B)27.8º50.62%63.53%-
XYZ22.8321.2210.48-
YUV126.82101.58153.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45%
GREEN value IS 118 (46.48% from 255) = 32.78%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=45%
G=32.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621188000.270.510.3627.833.8847.45
HexA2765001B33241c222f
Octal2421661200336344344257
Binary101000101110110101000001101111001110010011100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27650; }

 p { color: rgb(162,118,80); }

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

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

 a { background-color: rgb(162,118,80); }

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

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

 span { border-color: rgb(162,118,80); }

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