#A07953

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

Shades of Pale Brown #A07953

Tints of Pale Brown #A07953

Color information

#A07953 (or 0xA07953) is unknown color: approx Pale Brown. HEX triplet: A0, 79 and 53. RGB value is (160,121,83). Sum of RGB (Red+Green+Blue) = 160+121+83=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A07953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07953 is #5F86AC. Grayscale: #808080. Windows color (decimal): -6260397 or 5470624. OLE color: 5470624.

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

Color convert

RGB16012183-
CMYK00.240.480.37
HSL29.61º31.69%47.65%-
HSV(B)29.61º48.12%62.75%-
XYZ22.921.7711.18-
YUV128.33102.42150.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 121 (47.66% from 255) = 33.24%
BLUE value IS 83 (32.81% from 255) = 22.80%
R=43.96%
G=33.24%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601218300.240.480.3729.6131.6947.65
HexA0795301830251e2030
Octal2401711230306045364060
Binary101000001111001101001101100011000010010111110100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07953; }

 p { color: rgb(160,121,83); }

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

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

 a { background-color: rgb(160,121,83); }

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

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

 span { border-color: rgb(160,121,83); }

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