#A27445

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

Shades of Pale Brown #A27445

Tints of Pale Brown #A27445

Color information

#A27445 (or 0xA27445) is unknown color: approx Pale Brown. HEX triplet: A2, 74 and 45. RGB value is (162,116,69). Sum of RGB (Red+Green+Blue) = 162+116+69=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A27445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27445 is #5D8BBA. Grayscale: #7C7C7C. Windows color (decimal): -6130619 or 4551842. OLE color: 4551842.

HSL color Cylindrical-coordinate representation of color #A27445: hue angle of 30.32º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A27445 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16211669-
CMYK00.280.570.36
HSL30.32º40.26%45.29%-
HSV(B)30.32º57.41%63.53%-
XYZ22.2220.68.44-
YUV124.496.74154.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.69%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=46.69%
G=33.43%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621166900.280.570.3630.3240.2645.29
HexA2744501C39241e282d
Octal2421641050347144365055
Binary101000101110100100010101110011100110010011110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27445; }

 p { color: rgb(162,116,69); }

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

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

 a { background-color: rgb(162,116,69); }

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

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

 span { border-color: rgb(162,116,69); }

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