#A27755

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

Shades of Pale Brown #A27755

Tints of Pale Brown #A27755

Color information

#A27755 (or 0xA27755) is unknown color: approx Pale Brown. HEX triplet: A2, 77 and 55. RGB value is (162,119,85). Sum of RGB (Red+Green+Blue) = 162+119+85=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A27755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27755 is #5D88AA. Grayscale: #808080. Windows color (decimal): -6129835 or 5601186. OLE color: 5601186.

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

Color convert

RGB16211985-
CMYK00.270.480.36
HSL26.49º31.17%48.43%-
HSV(B)26.49º47.53%63.53%-
XYZ23.1421.5311.53-
YUV127.98103.75152.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 119 (46.88% from 255) = 32.51%
BLUE value IS 85 (33.59% from 255) = 23.22%
R=44.26%
G=32.51%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621198500.270.480.3626.4931.1748.43
HexA2775501B30241a1f30
Octal2421671250336044323760
Binary10100010111011110101010110111100001001001101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27755; }

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

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

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

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

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

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

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

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