#A27351

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

Shades of Pale Brown #A27351

Tints of Pale Brown #A27351

Color information

#A27351 (or 0xA27351) is unknown color: approx Pale Brown. HEX triplet: A2, 73 and 51. RGB value is (162,115,81). Sum of RGB (Red+Green+Blue) = 162+115+81=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A27351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27351 is #5D8CAE. Grayscale: #7D7D7D. Windows color (decimal): -6130863 or 5338018. OLE color: 5338018.

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

Color convert

RGB16211581-
CMYK00.290.500.36
HSL25.19º33.33%47.65%-
HSV(B)25.19º50%63.53%-
XYZ22.5220.5410.56-
YUV125.18103.07154.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.25%
GREEN value IS 115 (45.31% from 255) = 32.12%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=45.25%
G=32.12%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621158100.290.500.3625.1933.3347.65
HexA2735101D3224192130
Octal2421631210356244314160
Binary101000101110011101000101110111001010010011001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27351; }

 p { color: rgb(162,115,81); }

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

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

 a { background-color: rgb(162,115,81); }

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

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

 span { border-color: rgb(162,115,81); }

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