#A27557

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

Shades of Pale Brown #A27557

Tints of Pale Brown #A27557

Color information

#A27557 (or 0xA27557) is unknown color: approx Pale Brown. HEX triplet: A2, 75 and 57. RGB value is (162,117,87). Sum of RGB (Red+Green+Blue) = 162+117+87=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A27557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27557 is #5D8AA8. Grayscale: #7F7F7F. Windows color (decimal): -6130345 or 5731746. OLE color: 5731746.

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

Color convert

RGB16211787-
CMYK00.280.460.36
HSL24º30.12%48.82%-
HSV(B)24º46.3%63.53%-
XYZ22.9821.0911.88-
YUV127.04105.41152.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 87 (34.38% from 255) = 23.77%
R=44.26%
G=31.97%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621178700.280.460.362430.1248.82
HexA2755701C2E24181e31
Octal2421651270345644303661
Binary10100010111010110101110111001011101001001100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27557; }

 p { color: rgb(162,117,87); }

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

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

 a { background-color: rgb(162,117,87); }

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

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

 span { border-color: rgb(162,117,87); }

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