#A27859

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

Shades of Pale Brown #A27859

Tints of Pale Brown #A27859

Color information

#A27859 (or 0xA27859) is unknown color: approx Pale Brown. HEX triplet: A2, 78 and 59. RGB value is (162,120,89). Sum of RGB (Red+Green+Blue) = 162+120+89=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A27859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27859 is #5D87A6. Grayscale: #818181. Windows color (decimal): -6129575 or 5863586. OLE color: 5863586.

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

Color convert

RGB16212089-
CMYK00.260.450.36
HSL25.48º29.08%49.22%-
HSV(B)25.48º45.06%63.53%-
XYZ23.4221.8412.43-
YUV129.02105.41151.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 120 (47.27% from 255) = 32.35%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=43.67%
G=32.35%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621208900.260.450.3625.4829.0849.22
HexA2785901A2D24191d31
Octal2421701310325544313561
Binary10100010111100010110010110101011011001001100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27859; }

 p { color: rgb(162,120,89); }

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

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

 a { background-color: rgb(162,120,89); }

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

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

 span { border-color: rgb(162,120,89); }

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