#A27556

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

Shades of Pale Brown #A27556

Tints of Pale Brown #A27556

Color information

#A27556 (or 0xA27556) is unknown color: approx Pale Brown. HEX triplet: A2, 75 and 56. RGB value is (162,117,86). Sum of RGB (Red+Green+Blue) = 162+117+86=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A27556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27556 is #5D8AA9. Grayscale: #7F7F7F. Windows color (decimal): -6130346 or 5666210. OLE color: 5666210.

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

Color convert

RGB16211786-
CMYK00.280.470.36
HSL24.47º30.65%48.63%-
HSV(B)24.47º46.91%63.53%-
XYZ22.9421.0811.66-
YUV126.92104.91153.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 86 (33.98% from 255) = 23.56%
R=44.38%
G=32.05%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621178600.280.470.3624.4730.6548.63
HexA2755601C2F24181f31
Octal2421651260345744303761
Binary10100010111010110101100111001011111001001100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27556; }

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

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

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

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

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

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

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

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