#A2724F

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

Shades of Pale Brown #A2724F

Tints of Pale Brown #A2724F

Color information

#A2724F (or 0xA2724F) is unknown color: approx Pale Brown. HEX triplet: A2, 72 and 4F. RGB value is (162,114,79). Sum of RGB (Red+Green+Blue) = 162+114+79=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2724F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2724F is #5D8DB0. Grayscale: #7C7C7C. Windows color (decimal): -6131121 or 5206690. OLE color: 5206690.

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

Color convert

RGB16211479-
CMYK00.300.510.36
HSL25.3º34.44%47.25%-
HSV(B)25.3º51.23%63.53%-
XYZ22.3320.2810.13-
YUV124.36102.4154.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=45.63%
G=32.11%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621147900.300.510.3625.334.4447.25
HexA2724F01E332419222f
Octal2421621170366344314257
Binary101000101110010100111101111011001110010011001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2724F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2724F; }

 p { color: rgb(162,114,79); }

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

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

 a { background-color: rgb(162,114,79); }

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

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

 span { border-color: rgb(162,114,79); }

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