#A27455

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

Shades of Pale Brown #A27455

Tints of Pale Brown #A27455

Color information

#A27455 (or 0xA27455) is unknown color: approx Pale Brown. HEX triplet: A2, 74 and 55. RGB value is (162,116,85). Sum of RGB (Red+Green+Blue) = 162+116+85=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A27455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27455 is #5D8BAA. Grayscale: #7E7E7E. Windows color (decimal): -6130603 or 5600418. OLE color: 5600418.

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

Color convert

RGB16211685-
CMYK00.280.480.36
HSL24.16º31.17%48.43%-
HSV(B)24.16º47.53%63.53%-
XYZ22.7920.8311.41-
YUV126.22104.74153.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 85 (33.59% from 255) = 23.42%
R=44.63%
G=31.96%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621168500.280.480.3624.1631.1748.43
HexA2745501C3024181f30
Octal2421641250346044303760
Binary10100010111010010101010111001100001001001100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27455; }

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

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

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

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

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

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

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

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