#A07855

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

Shades of Pale Brown #A07855

Tints of Pale Brown #A07855

Color information

#A07855 (or 0xA07855) is unknown color: approx Pale Brown. HEX triplet: A0, 78 and 55. RGB value is (160,120,85). Sum of RGB (Red+Green+Blue) = 160+120+85=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A07855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07855 is #5F87AA. Grayscale: #808080. Windows color (decimal): -6260651 or 5601440. OLE color: 5601440.

HSL color Cylindrical-coordinate representation of color #A07855: hue angle of 28º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07855 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB16012085-
CMYK00.250.470.37
HSL28º30.61%48.04%-
HSV(B)28º46.88%62.75%-
XYZ22.8521.5611.55-
YUV127.97103.75150.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 120 (47.27% from 255) = 32.88%
BLUE value IS 85 (33.59% from 255) = 23.29%
R=43.84%
G=32.88%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601208500.250.470.372830.6148.04
HexA078550192F251c1f30
Octal2401701250315745343760
Binary10100000111100010101010110011011111001011110011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07855; }

 p { color: rgb(160,120,85); }

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

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

 a { background-color: rgb(160,120,85); }

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

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

 span { border-color: rgb(160,120,85); }

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