#A27655

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

Shades of Pale Brown #A27655

Tints of Pale Brown #A27655

Color information

#A27655 (or 0xA27655) is unknown color: approx Pale Brown. HEX triplet: A2, 76 and 55. RGB value is (162,118,85). Sum of RGB (Red+Green+Blue) = 162+118+85=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A27655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27655 is #5D89AA. Grayscale: #7F7F7F. Windows color (decimal): -6130091 or 5600930. OLE color: 5600930.

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

Color convert

RGB16211885-
CMYK00.270.480.36
HSL25.71º31.17%48.43%-
HSV(B)25.71º47.53%63.53%-
XYZ23.0221.2911.49-
YUV127.39104.08152.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 118 (46.48% from 255) = 32.33%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=44.38%
G=32.33%
B=23.29%

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
Decimal1621188500.270.480.3625.7131.1748.43
HexA2765501B30241a1f30
Octal2421661250336044323760
Binary10100010111011010101010110111100001001001101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27655; }

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

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

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

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

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

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

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

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