#A27856

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

Shades of Pale Brown #A27856

Tints of Pale Brown #A27856

Color information

#A27856 (or 0xA27856) is unknown color: approx Pale Brown. HEX triplet: A2, 78 and 56. RGB value is (162,120,86). Sum of RGB (Red+Green+Blue) = 162+120+86=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A27856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27856 is #5D87A9. Grayscale: #808080. Windows color (decimal): -6129578 or 5666978. OLE color: 5666978.

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

Color convert

RGB16212086-
CMYK00.260.470.36
HSL26.84º30.65%48.63%-
HSV(B)26.84º46.91%63.53%-
XYZ23.321.7911.78-
YUV128.68103.91151.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 120 (47.27% from 255) = 32.61%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=44.02%
G=32.61%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621208600.260.470.3626.8430.6548.63
HexA2785601A2F241b1f31
Octal2421701260325744333761
Binary10100010111100010101100110101011111001001101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27856; }

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

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

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

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

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

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

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

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