#A27857

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

Shades of Pale Brown #A27857

Tints of Pale Brown #A27857

Color information

#A27857 (or 0xA27857) is unknown color: approx Pale Brown. HEX triplet: A2, 78 and 57. RGB value is (162,120,87). Sum of RGB (Red+Green+Blue) = 162+120+87=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A27857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27857 is #5D87A8. Grayscale: #808080. Windows color (decimal): -6129577 or 5732514. OLE color: 5732514.

HSL color Cylindrical-coordinate representation of color #A27857: hue angle of 26.4º 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 #A27857 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB16212087-
CMYK00.260.460.36
HSL26.4º30.12%48.82%-
HSV(B)26.4º46.3%63.53%-
XYZ23.3421.812-
YUV128.8104.41151.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 120 (47.27% from 255) = 32.52%
BLUE value IS 87 (34.38% from 255) = 23.58%
R=43.90%
G=32.52%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621208700.260.460.3626.430.1248.82
HexA2785701A2E241a1e31
Octal2421701270325644323661
Binary10100010111100010101110110101011101001001101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27857; }

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

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

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

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

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

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

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

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