#A27758

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

Shades of Pale Brown #A27758

Tints of Pale Brown #A27758

Color information

#A27758 (or 0xA27758) is unknown color: approx Pale Brown. HEX triplet: A2, 77 and 58. RGB value is (162,119,88). Sum of RGB (Red+Green+Blue) = 162+119+88=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A27758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27758 is #5D88A7. Grayscale: #808080. Windows color (decimal): -6129832 or 5797794. OLE color: 5797794.

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

Color convert

RGB16211988-
CMYK00.270.460.36
HSL25.14º29.6%49.02%-
HSV(B)25.14º45.68%63.53%-
XYZ23.2621.5812.17-
YUV128.32105.25152.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=43.90%
G=32.25%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621198800.270.460.3625.1429.649.02
HexA2775801B2E24191e31
Octal2421671300335644313661
Binary10100010111011110110000110111011101001001100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27758; }

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

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

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

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

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

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

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

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