#A27750

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

Shades of Pale Brown #A27750

Tints of Pale Brown #A27750

Color information

#A27750 (or 0xA27750) is unknown color: approx Pale Brown. HEX triplet: A2, 77 and 50. RGB value is (162,119,80). Sum of RGB (Red+Green+Blue) = 162+119+80=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A27750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27750 is #5D88AF. Grayscale: #7F7F7F. Windows color (decimal): -6129840 or 5273506. OLE color: 5273506.

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

Color convert

RGB16211980-
CMYK00.270.510.36
HSL28.54º33.88%47.45%-
HSV(B)28.54º50.62%63.53%-
XYZ22.9521.4510.52-
YUV127.41101.25152.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=44.88%
G=32.96%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621198000.270.510.3628.5433.8847.45
HexA2775001B33241d222f
Octal2421671200336344354257
Binary101000101110111101000001101111001110010011101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27750; }

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

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

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

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

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

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

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

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