#A27757

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

Shades of Pale Brown #A27757

Tints of Pale Brown #A27757

Color information

#A27757 (or 0xA27757) is unknown color: approx Pale Brown. HEX triplet: A2, 77 and 57. RGB value is (162,119,87). Sum of RGB (Red+Green+Blue) = 162+119+87=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A27757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27757 is #5D88A8. Grayscale: #808080. Windows color (decimal): -6129833 or 5732258. OLE color: 5732258.

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

Color convert

RGB16211987-
CMYK00.270.460.36
HSL25.6º30.12%48.82%-
HSV(B)25.6º46.3%63.53%-
XYZ23.2221.5611.96-
YUV128.21104.75152.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 119 (46.88% from 255) = 32.34%
BLUE value IS 87 (34.38% from 255) = 23.64%
R=44.02%
G=32.34%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621198700.270.460.3625.630.1248.82
HexA2775701B2E241a1e31
Octal2421671270335644323661
Binary10100010111011110101110110111011101001001101011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27757; }

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

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

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

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

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

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

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

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