#A27656

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

Shades of Pale Brown #A27656

Tints of Pale Brown #A27656

Color information

#A27656 (or 0xA27656) is unknown color: approx Pale Brown. HEX triplet: A2, 76 and 56. RGB value is (162,118,86). Sum of RGB (Red+Green+Blue) = 162+118+86=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A27656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27656 is #5D89A9. Grayscale: #7F7F7F. Windows color (decimal): -6130090 or 5666466. OLE color: 5666466.

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

Color convert

RGB16211886-
CMYK00.270.470.36
HSL25.26º30.65%48.63%-
HSV(B)25.26º46.91%63.53%-
XYZ23.0621.3111.7-
YUV127.51104.58152.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 118 (46.48% from 255) = 32.24%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=44.26%
G=32.24%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621188600.270.470.3625.2630.6548.63
HexA2765601B2F24191f31
Octal2421661260335744313761
Binary10100010111011010101100110111011111001001100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27656; }

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

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

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

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

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

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

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

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