#A27456

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

Shades of Pale Brown #A27456

Tints of Pale Brown #A27456

Color information

#A27456 (or 0xA27456) is unknown color: approx Pale Brown. HEX triplet: A2, 74 and 56. RGB value is (162,116,86). Sum of RGB (Red+Green+Blue) = 162+116+86=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A27456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27456 is #5D8BA9. Grayscale: #7E7E7E. Windows color (decimal): -6130602 or 5665954. OLE color: 5665954.

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

Color convert

RGB16211686-
CMYK00.280.470.36
HSL23.68º30.65%48.63%-
HSV(B)23.68º46.91%63.53%-
XYZ22.8320.8411.62-
YUV126.33105.24153.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 116 (45.70% from 255) = 31.87%
BLUE value IS 86 (33.98% from 255) = 23.63%
R=44.51%
G=31.87%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621168600.280.470.3623.6830.6548.63
HexA2745601C2F24181f31
Octal2421641260345744303761
Binary10100010111010010101100111001011111001001100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27456; }

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

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

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

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

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

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

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

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